Shades of Picton Blue #59A9DD
Tints of Picton Blue #59A9DD
RGB
CMYK
RGB Variations
Color information
#59A9DD (or 0x59A9DD) is known color: Picton Blue. HEX triplet: 59, A9 and DD. RGB value is (89,169,221). Sum of RGB (Red+Green+Blue) = 89+169+221=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #59A9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A9DD is #A65622. Grayscale: #969696. Windows color (decimal): -10901027 or 14526809. OLE color: 14526809.
HSL color Cylindrical-coordinate representation of color #59A9DD: hue angle of 203.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A9DD is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 169 | 221 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.13 |
| HSL | 203.64º | 0.66% | 0.61% | - |
| HSV(B) | 203.64º | 0.6% | 0.87% | - |
| XYZ | 31.36 | 35.72 | 73.65 | - |
| YUV | 151.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 221 | 0.60 | 0.24 | 0 | 0.13 | 203.64 | 0.66 | 0.61 |
| Hex | 59 | A9 | DD | 3C | 18 | 0 | D | CC | 42 | 3D |
| Octal | 131 | 251 | 335 | 74 | 30 | 0 | 15 | 314 | 102 | 75 |
| Binary | 1011001 | 10101001 | 11011101 | 111100 | 11000 | 0 | 1101 | 11001100 | 1000010 | 111101 |
Color Harmonies of #59A9DD
Complementary color
Monochromatic Colors of #59A9DD
Black with #59A9DD
Text Example
Text Example
White with #59A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A9DD; }
p { color: rgb(89,169,221); }
H1.HeaderClassName
{
color: #59A9DD;
}
.AnyTagClassName
{
color: #59A9DD;
}
</style>
background-color css
<style>
a { background-color: #59A9DD; }
a { background-color: rgb(89,169,221); }
div.DivClassName
{
background-color: #59A9DD;
}
.BgClassName
{
background-color: #59A9DD;
}
</style>
border-color css
<style>
span { border-color: #59A9DD; }
span { border-color: rgb(89,169,221); }
td.TdClassName
{
border-color: #59A9DD;
}
.TagClassName
{
border-color: #59A9DD;
}
</style>