#59A4CA

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

Shades of Picton Blue #59A4CA

Tints of Picton Blue #59A4CA

Color information

#59A4CA (or 0x59A4CA) is unknown color: approx Picton Blue. HEX triplet: 59, A4 and CA. RGB value is (89,164,202). Sum of RGB (Red+Green+Blue) = 89+164+202=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #59A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4CA is #A65B35. Grayscale: #919191. Windows color (decimal): -10902326 or 13280345. OLE color: 13280345.

HSL color Cylindrical-coordinate representation of color #59A4CA: hue angle of 200.18º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59A4CA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89164202-
CMYK0.560.1900.21
HSL200.18º51.6%57.06%-
HSV(B)200.18º55.94%79.22%-
XYZ28.0632.9460.76-
YUV145.91159.6587.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=19.56%
G=36.04%
B=44.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891642020.560.1900.21200.1851.657.06
Hex59A4CA3813015c83439
Octal13124431270230253106471
Binary101100110100100110010101110001001101010111001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A4CA; }

 p { color: rgb(89,164,202); }

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

<style>
 a { background-color: #59A4CA; }

 a { background-color: rgb(89,164,202); }

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

<style>
 span { border-color: #59A4CA; }

 span { border-color: rgb(89,164,202); }

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