Shades of Picton Blue #59ADD7
Tints of Picton Blue #59ADD7
RGB
CMYK
RGB Variations
Color information
#59ADD7 (or 0x59ADD7) is known color: Picton Blue. HEX triplet: 59, AD and D7. RGB value is (89,173,215). Sum of RGB (Red+Green+Blue) = 89+173+215=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #59ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADD7 is #A65228. Grayscale: #989898. Windows color (decimal): -10900009 or 14134617. OLE color: 14134617.
HSL color Cylindrical-coordinate representation of color #59ADD7: hue angle of 200º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59ADD7 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 173 | 215 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.16 |
| HSL | 200º | 0.61% | 0.6% | - |
| HSV(B) | 200º | 0.59% | 0.84% | - |
| XYZ | 31.33 | 36.92 | 69.76 | - |
| YUV | 152.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 215 | 0.59 | 0.20 | 0 | 0.16 | 200 | 0.61 | 0.6 |
| Hex | 59 | AD | D7 | 3B | 14 | 0 | 10 | C8 | 3D | 3C |
| Octal | 131 | 255 | 327 | 73 | 24 | 0 | 20 | 310 | 75 | 74 |
| Binary | 1011001 | 10101101 | 11010111 | 111011 | 10100 | 0 | 10000 | 11001000 | 111101 | 111100 |
Color Harmonies of #59ADD7
Complementary color
Monochromatic Colors of #59ADD7
Black with #59ADD7
Text Example
Text Example
White with #59ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADD7; }
p { color: rgb(89,173,215); }
H1.HeaderClassName
{
color: #59ADD7;
}
.AnyTagClassName
{
color: #59ADD7;
}
</style>
background-color css
<style>
a { background-color: #59ADD7; }
a { background-color: rgb(89,173,215); }
div.DivClassName
{
background-color: #59ADD7;
}
.BgClassName
{
background-color: #59ADD7;
}
</style>
border-color css
<style>
span { border-color: #59ADD7; }
span { border-color: rgb(89,173,215); }
td.TdClassName
{
border-color: #59ADD7;
}
.TagClassName
{
border-color: #59ADD7;
}
</style>