Shades of Picton Blue #59AAD2
Tints of Picton Blue #59AAD2
RGB
CMYK
RGB Variations
Color information
#59AAD2 (or 0x59AAD2) is known color: Picton Blue. HEX triplet: 59, AA and D2. RGB value is (89,170,210). Sum of RGB (Red+Green+Blue) = 89+170+210=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #59AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AAD2 is #A6552D. Grayscale: #969696. Windows color (decimal): -10900782 or 13806169. OLE color: 13806169.
HSL color Cylindrical-coordinate representation of color #59AAD2: hue angle of 199.83º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59AAD2 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 170 | 210 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.18 |
| HSL | 199.83º | 0.57% | 0.59% | - |
| HSV(B) | 199.83º | 0.58% | 0.82% | - |
| XYZ | 30.13 | 35.53 | 66.24 | - |
| YUV | 150.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 210 | 0.58 | 0.19 | 0 | 0.18 | 199.83 | 0.57 | 0.59 |
| Hex | 59 | AA | D2 | 3A | 13 | 0 | 12 | C8 | 39 | 3B |
| Octal | 131 | 252 | 322 | 72 | 23 | 0 | 22 | 310 | 71 | 73 |
| Binary | 1011001 | 10101010 | 11010010 | 111010 | 10011 | 0 | 10010 | 11001000 | 111001 | 111011 |
Color Harmonies of #59AAD2
Complementary color
Monochromatic Colors of #59AAD2
Black with #59AAD2
Text Example
Text Example
White with #59AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAD2; }
p { color: rgb(89,170,210); }
H1.HeaderClassName
{
color: #59AAD2;
}
.AnyTagClassName
{
color: #59AAD2;
}
</style>
background-color css
<style>
a { background-color: #59AAD2; }
a { background-color: rgb(89,170,210); }
div.DivClassName
{
background-color: #59AAD2;
}
.BgClassName
{
background-color: #59AAD2;
}
</style>
border-color css
<style>
span { border-color: #59AAD2; }
span { border-color: rgb(89,170,210); }
td.TdClassName
{
border-color: #59AAD2;
}
.TagClassName
{
border-color: #59AAD2;
}
</style>