#59A7D7

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

Shades of Picton Blue #59A7D7

Tints of Picton Blue #59A7D7

Color information

#59A7D7 (or 0x59A7D7) is unknown color: approx Picton Blue. HEX triplet: 59, A7 and D7. RGB value is (89,167,215). Sum of RGB (Red+Green+Blue) = 89+167+215=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #59A7D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A7D7 is #A65828. Grayscale: #949494. Windows color (decimal): -10901545 or 14133081. OLE color: 14133081.

HSL color Cylindrical-coordinate representation of color #59A7D7: hue angle of 202.86º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59A7D7 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB89167215-
CMYK0.590.2200.16
HSL202.86º61.17%59.61%-
HSV(B)202.86º58.6%84.31%-
XYZ30.234.6769.39-
YUV149.15165.1685.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.90%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=18.90%
G=35.46%
B=45.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891672150.590.2200.16202.8661.1759.61
Hex59A7D73B16010cb3d3c
Octal13124732773260203137574
Binary101100110100111110101111110111011001000011001011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,167,215); }

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

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

 a { background-color: rgb(89,167,215); }

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

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

 span { border-color: rgb(89,167,215); }

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