Shades of Picton Blue #59A8DC
Tints of Picton Blue #59A8DC
RGB
CMYK
RGB Variations
Color information
#59A8DC (or 0x59A8DC) is known color: Picton Blue. HEX triplet: 59, A8 and DC. RGB value is (89,168,220). Sum of RGB (Red+Green+Blue) = 89+168+220=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #59A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8DC is #A65723. Grayscale: #969696. Windows color (decimal): -10901284 or 14461017. OLE color: 14461017.
HSL color Cylindrical-coordinate representation of color #59A8DC: hue angle of 203.82º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A8DC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 168 | 220 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.14 |
| HSL | 203.82º | 0.65% | 0.61% | - |
| HSV(B) | 203.82º | 0.6% | 0.86% | - |
| XYZ | 31.04 | 35.3 | 72.89 | - |
| YUV | 150.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 220 | 0.60 | 0.24 | 0 | 0.14 | 203.82 | 0.65 | 0.61 |
| Hex | 59 | A8 | DC | 3C | 18 | 0 | E | CC | 41 | 3D |
| Octal | 131 | 250 | 334 | 74 | 30 | 0 | 16 | 314 | 101 | 75 |
| Binary | 1011001 | 10101000 | 11011100 | 111100 | 11000 | 0 | 1110 | 11001100 | 1000001 | 111101 |
Color Harmonies of #59A8DC
Complementary color
Monochromatic Colors of #59A8DC
Black with #59A8DC
Text Example
Text Example
White with #59A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8DC; }
p { color: rgb(89,168,220); }
H1.HeaderClassName
{
color: #59A8DC;
}
.AnyTagClassName
{
color: #59A8DC;
}
</style>
background-color css
<style>
a { background-color: #59A8DC; }
a { background-color: rgb(89,168,220); }
div.DivClassName
{
background-color: #59A8DC;
}
.BgClassName
{
background-color: #59A8DC;
}
</style>
border-color css
<style>
span { border-color: #59A8DC; }
span { border-color: rgb(89,168,220); }
td.TdClassName
{
border-color: #59A8DC;
}
.TagClassName
{
border-color: #59A8DC;
}
</style>