#59a5ce

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

Shades of Picton Blue #59A5CE

Tints of Picton Blue #59A5CE

Color information

#59A5CE (or 0x59A5CE) is unknown color: approx Picton Blue. HEX triplet: 59, A5 and CE. RGB value is (89,165,206). Sum of RGB (Red+Green+Blue) = 89+165+206=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #59A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5CE is #A65A31. Grayscale: #929292. Windows color (decimal): -10902066 or 13542745. OLE color: 13542745.

HSL color Cylindrical-coordinate representation of color #59A5CE: hue angle of 201.03º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59A5CE is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89165206-
CMYK0.570.2000.19
HSL201.03º54.42%57.84%-
HSV(B)201.03º56.8%80.78%-
XYZ28.7233.4963.34-
YUV146.95161.3286.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=19.35%
G=35.87%
B=44.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891652060.570.2000.19201.0354.4257.84
Hex59A5CE3914013c9363a
Octal13124531671240233116672
Binary101100110100101110011101110011010001001111001001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59a5ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,206); }

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

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

 a { background-color: rgb(89,165,206); }

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

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

 span { border-color: rgb(89,165,206); }

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