#53A9CF

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

Shades of Picton Blue #53A9CF

Tints of Picton Blue #53A9CF

Color information

#53A9CF (or 0x53A9CF) is unknown color: approx Picton Blue. HEX triplet: 53, A9 and CF. RGB value is (83,169,207). Sum of RGB (Red+Green+Blue) = 83+169+207=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #53A9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A9CF is #AC5630. Grayscale: #939393. Windows color (decimal): -11294257 or 13609299. OLE color: 13609299.

HSL color Cylindrical-coordinate representation of color #53A9CF: hue angle of 198.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A9CF is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB83169207-
CMYK0.600.1800.19
HSL198.39º56.36%56.86%-
HSV(B)198.39º59.9%81.18%-
XYZ29.0234.7264.2-
YUV147.62161.5181.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=18.08%
G=36.82%
B=45.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal831692070.600.1800.19198.3956.3656.86
Hex53A9CF3C12013c63839
Octal12325131774220233067071
Binary101001110101001110011111111001001001001111000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,207); }

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

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

 a { background-color: rgb(83,169,207); }

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

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

 span { border-color: rgb(83,169,207); }

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