#53AADC

Color #53AADC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #53AADC

Tints of Picton Blue #53AADC

Color information

#53AADC (or 0x53AADC) is unknown color: approx Picton Blue. HEX triplet: 53, AA and DC. RGB value is (83,170,220). Sum of RGB (Red+Green+Blue) = 83+170+220=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #53AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AADC is #AC5523. Grayscale: #959595. Windows color (decimal): -11293988 or 14461523. OLE color: 14461523.

HSL color Cylindrical-coordinate representation of color #53AADC: hue angle of 201.9º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AADC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB83170220-
CMYK0.620.2300.14
HSL201.9º66.18%59.41%-
HSV(B)201.9º62.27%86.27%-
XYZ30.8635.7672.99-
YUV149.69167.6880.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 17.55%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=17.55%
G=35.94%
B=46.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal831702200.620.2300.14201.966.1859.41
Hex53AADC3E170Eca423b
Octal123252334762701631210273
Binary101001110101010110111001111101011101110110010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AADC; }

 p { color: rgb(83,170,220); }

 H1.HeaderClassName
 {
   color: #53AADC;
 }
 .AnyTagClassName
 {
   color: #53AADC;
 }
</style>
background-color css

<style>
 a { background-color: #53AADC; }

 a { background-color: rgb(83,170,220); }

 div.DivClassName
 {
   background-color: #53AADC;
 }
 .BgClassName
 {
   background-color: #53AADC;
 }
</style>
border-color css

<style>
 span { border-color: #53AADC; }

 span { border-color: rgb(83,170,220); }

 td.TdClassName
 {
   border-color: #53AADC;
 }
 .TagClassName
 {
   border-color: #53AADC;
 }
</style>