#59A6D9

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

Shades of Picton Blue #59A6D9

Tints of Picton Blue #59A6D9

Color information

#59A6D9 (or 0x59A6D9) is unknown color: approx Picton Blue. HEX triplet: 59, A6 and D9. RGB value is (89,166,217). Sum of RGB (Red+Green+Blue) = 89+166+217=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #59A6D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A6D9 is #A65926. Grayscale: #949494. Windows color (decimal): -10901799 or 14263897. OLE color: 14263897.

HSL color Cylindrical-coordinate representation of color #59A6D9: hue angle of 203.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59A6D9 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89166217-
CMYK0.590.2400.15
HSL203.91º62.75%60%-
HSV(B)203.91º58.99%85.1%-
XYZ30.2834.4170.69-
YUV148.79166.4985.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.86%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 217 (85.16% from 255) = 45.97%
R=18.86%
G=35.17%
B=45.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891662170.590.2400.15203.9162.7560
Hex59A6D93B180Fcc3f3c
Octal13124633173300173147774
Binary10110011010011011011001111011110000111111001100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,166,217); }

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

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

 a { background-color: rgb(89,166,217); }

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

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

 span { border-color: rgb(89,166,217); }

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