#53A2DC

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

Shades of Picton Blue #53A2DC

Tints of Picton Blue #53A2DC

Color information

#53A2DC (or 0x53A2DC) is unknown color: approx Picton Blue. HEX triplet: 53, A2 and DC. RGB value is (83,162,220). Sum of RGB (Red+Green+Blue) = 83+162+220=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #53A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2DC is #AC5D23. Grayscale: #909090. Windows color (decimal): -11296036 or 14459475. OLE color: 14459475.

HSL color Cylindrical-coordinate representation of color #53A2DC: hue angle of 205.4º 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 #53A2DC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB83162220-
CMYK0.620.2600.14
HSL205.4º66.18%59.41%-
HSV(B)205.4º62.27%86.27%-
XYZ29.4132.8572.5-
YUV144.99170.3383.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=17.85%
G=34.84%
B=47.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal831622200.620.2600.14205.466.1859.41
Hex53A2DC3E1A0Ecd423b
Octal123242334763201631510273
Binary101001110100010110111001111101101001110110011011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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