#53A0D6

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

Shades of Picton Blue #53A0D6

Tints of Picton Blue #53A0D6

Color information

#53A0D6 (or 0x53A0D6) is unknown color: approx Picton Blue. HEX triplet: 53, A0 and D6. RGB value is (83,160,214). Sum of RGB (Red+Green+Blue) = 83+160+214=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #53A0D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0D6 is #AC5F29. Grayscale: #8E8E8E. Windows color (decimal): -11296554 or 14065747. OLE color: 14065747.

HSL color Cylindrical-coordinate representation of color #53A0D6: hue angle of 204.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53A0D6 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83160214-
CMYK0.610.2500.16
HSL204.73º61.5%58.24%-
HSV(B)204.73º61.21%83.92%-
XYZ28.2831.8468.27-
YUV143.13167.9985.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.16%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 214 (83.98% from 255) = 46.83%
R=18.16%
G=35.01%
B=46.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831602140.610.2500.16204.7361.558.24
Hex53A0D63D19010cd3e3a
Octal12324032675310203157672
Binary101001110100000110101101111011100101000011001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,214); }

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

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

 a { background-color: rgb(83,160,214); }

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

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

 span { border-color: rgb(83,160,214); }

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