Shades of Picton Blue #59AED2
Tints of Picton Blue #59AED2
RGB
CMYK
RGB Variations
Color information
#59AED2 (or 0x59AED2) is known color: Picton Blue. HEX triplet: 59, AE and D2. RGB value is (89,174,210). Sum of RGB (Red+Green+Blue) = 89+174+210=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #59AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AED2 is #A6512D. Grayscale: #989898. Windows color (decimal): -10899758 or 13807193. OLE color: 13807193.
HSL color Cylindrical-coordinate representation of color #59AED2: hue angle of 197.85º 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 #59AED2 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 174 | 210 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.18 |
| HSL | 197.85º | 0.57% | 0.59% | - |
| HSV(B) | 197.85º | 0.58% | 0.82% | - |
| XYZ | 30.89 | 37.05 | 66.5 | - |
| YUV | 152.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 174 | 210 | 0.58 | 0.17 | 0 | 0.18 | 197.85 | 0.57 | 0.59 |
| Hex | 59 | AE | D2 | 3A | 11 | 0 | 12 | C6 | 39 | 3B |
| Octal | 131 | 256 | 322 | 72 | 21 | 0 | 22 | 306 | 71 | 73 |
| Binary | 1011001 | 10101110 | 11010010 | 111010 | 10001 | 0 | 10010 | 11000110 | 111001 | 111011 |
Color Harmonies of #59AED2
Complementary color
Monochromatic Colors of #59AED2
Black with #59AED2
Text Example
Text Example
White with #59AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AED2; }
p { color: rgb(89,174,210); }
H1.HeaderClassName
{
color: #59AED2;
}
.AnyTagClassName
{
color: #59AED2;
}
</style>
background-color css
<style>
a { background-color: #59AED2; }
a { background-color: rgb(89,174,210); }
div.DivClassName
{
background-color: #59AED2;
}
.BgClassName
{
background-color: #59AED2;
}
</style>
border-color css
<style>
span { border-color: #59AED2; }
span { border-color: rgb(89,174,210); }
td.TdClassName
{
border-color: #59AED2;
}
.TagClassName
{
border-color: #59AED2;
}
</style>