#59A2E2

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

Shades of Picton Blue #59A2E2

Tints of Picton Blue #59A2E2

Color information

#59A2E2 (or 0x59A2E2) is unknown color: approx Picton Blue. HEX triplet: 59, A2 and E2. RGB value is (89,162,226). Sum of RGB (Red+Green+Blue) = 89+162+226=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #59A2E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2E2 is #A65D1D. Grayscale: #939393. Windows color (decimal): -10902814 or 14852697. OLE color: 14852697.

HSL color Cylindrical-coordinate representation of color #59A2E2: hue angle of 208.03º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59A2E2 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89162226-
CMYK0.610.2800.11
HSL208.03º70.26%61.76%-
HSV(B)208.03º60.62%88.63%-
XYZ30.7733.4676.79-
YUV147.47172.3286.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.66%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 226 (88.67% from 255) = 47.38%
R=18.66%
G=33.96%
B=47.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal891622260.610.2800.11208.0370.2661.76
Hex59A2E23D1C0Bd0463e
Octal131242342753401332010676
Binary101100110100010111000101111011110001011110100001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,162,226); }

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

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

 a { background-color: rgb(89,162,226); }

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

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

 span { border-color: rgb(89,162,226); }

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