Shades of Picton Blue #59ADDA
Tints of Picton Blue #59ADDA
RGB
CMYK
RGB Variations
Color information
#59ADDA (or 0x59ADDA) is known color: Picton Blue. HEX triplet: 59, AD and DA. RGB value is (89,173,218). Sum of RGB (Red+Green+Blue) = 89+173+218=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #59ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADDA is #A65225. Grayscale: #989898. Windows color (decimal): -10900006 or 14331225. OLE color: 14331225.
HSL color Cylindrical-coordinate representation of color #59ADDA: hue angle of 200.93º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59ADDA is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 173 | 218 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.15 |
| HSL | 200.93º | 0.64% | 0.6% | - |
| HSV(B) | 200.93º | 0.59% | 0.85% | - |
| XYZ | 31.72 | 37.07 | 71.81 | - |
| YUV | 153.01 | 164.67 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 218 | 0.59 | 0.21 | 0 | 0.15 | 200.93 | 0.64 | 0.6 |
| Hex | 59 | AD | DA | 3B | 15 | 0 | F | C9 | 40 | 3C |
| Octal | 131 | 255 | 332 | 73 | 25 | 0 | 17 | 311 | 100 | 74 |
| Binary | 1011001 | 10101101 | 11011010 | 111011 | 10101 | 0 | 1111 | 11001001 | 1000000 | 111100 |
Color Harmonies of #59ADDA
Complementary color
Monochromatic Colors of #59ADDA
Black with #59ADDA
Text Example
Text Example
White with #59ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADDA; }
p { color: rgb(89,173,218); }
H1.HeaderClassName
{
color: #59ADDA;
}
.AnyTagClassName
{
color: #59ADDA;
}
</style>
background-color css
<style>
a { background-color: #59ADDA; }
a { background-color: rgb(89,173,218); }
div.DivClassName
{
background-color: #59ADDA;
}
.BgClassName
{
background-color: #59ADDA;
}
</style>
border-color css
<style>
span { border-color: #59ADDA; }
span { border-color: rgb(89,173,218); }
td.TdClassName
{
border-color: #59ADDA;
}
.TagClassName
{
border-color: #59ADDA;
}
</style>