Shades of Picton Blue #59ADD2
Tints of Picton Blue #59ADD2
RGB
CMYK
RGB Variations
Color information
#59ADD2 (or 0x59ADD2) is known color: Picton Blue. HEX triplet: 59, AD and D2. RGB value is (89,173,210). Sum of RGB (Red+Green+Blue) = 89+173+210=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #59ADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADD2 is #A6522D. Grayscale: #979797. Windows color (decimal): -10900014 or 13806937. OLE color: 13806937.
HSL color Cylindrical-coordinate representation of color #59ADD2: hue angle of 198.35º 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 #59ADD2 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 173 | 210 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.18 |
| HSL | 198.35º | 0.57% | 0.59% | - |
| HSV(B) | 198.35º | 0.58% | 0.82% | - |
| XYZ | 30.7 | 36.66 | 66.43 | - |
| YUV | 152.1 | 160.67 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 210 | 0.58 | 0.18 | 0 | 0.18 | 198.35 | 0.57 | 0.59 |
| Hex | 59 | AD | D2 | 3A | 12 | 0 | 12 | C6 | 39 | 3B |
| Octal | 131 | 255 | 322 | 72 | 22 | 0 | 22 | 306 | 71 | 73 |
| Binary | 1011001 | 10101101 | 11010010 | 111010 | 10010 | 0 | 10010 | 11000110 | 111001 | 111011 |
Color Harmonies of #59ADD2
Complementary color
Monochromatic Colors of #59ADD2
Black with #59ADD2
Text Example
Text Example
White with #59ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADD2; }
p { color: rgb(89,173,210); }
H1.HeaderClassName
{
color: #59ADD2;
}
.AnyTagClassName
{
color: #59ADD2;
}
</style>
background-color css
<style>
a { background-color: #59ADD2; }
a { background-color: rgb(89,173,210); }
div.DivClassName
{
background-color: #59ADD2;
}
.BgClassName
{
background-color: #59ADD2;
}
</style>
border-color css
<style>
span { border-color: #59ADD2; }
span { border-color: rgb(89,173,210); }
td.TdClassName
{
border-color: #59ADD2;
}
.TagClassName
{
border-color: #59ADD2;
}
</style>