Shades of Picton Blue #59A1D8
Tints of Picton Blue #59A1D8
RGB
CMYK
RGB Variations
Color information
#59A1D8 (or 0x59A1D8) is known color: Picton Blue. HEX triplet: 59, A1 and D8. RGB value is (89,161,216). Sum of RGB (Red+Green+Blue) = 89+161+216=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #59A1D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A1D8 is #A65E27. Grayscale: #919191. Windows color (decimal): -10903080 or 14197081. OLE color: 14197081.
HSL color Cylindrical-coordinate representation of color #59A1D8: hue angle of 205.98º degrees, saturation: 0.62, 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 #59A1D8 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 161 | 216 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.15 |
| HSL | 205.98º | 0.62% | 0.6% | - |
| HSV(B) | 205.98º | 0.59% | 0.85% | - |
| XYZ | 29.26 | 32.57 | 69.71 | - |
| YUV | 145.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 216 | 0.59 | 0.25 | 0 | 0.15 | 205.98 | 0.62 | 0.6 |
| Hex | 59 | A1 | D8 | 3B | 19 | 0 | F | CE | 3E | 3C |
| Octal | 131 | 241 | 330 | 73 | 31 | 0 | 17 | 316 | 76 | 74 |
| Binary | 1011001 | 10100001 | 11011000 | 111011 | 11001 | 0 | 1111 | 11001110 | 111110 | 111100 |
Color Harmonies of #59A1D8
Complementary color
Monochromatic Colors of #59A1D8
Black with #59A1D8
Text Example
Text Example
White with #59A1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A1D8; }
p { color: rgb(89,161,216); }
H1.HeaderClassName
{
color: #59A1D8;
}
.AnyTagClassName
{
color: #59A1D8;
}
</style>
background-color css
<style>
a { background-color: #59A1D8; }
a { background-color: rgb(89,161,216); }
div.DivClassName
{
background-color: #59A1D8;
}
.BgClassName
{
background-color: #59A1D8;
}
</style>
border-color css
<style>
span { border-color: #59A1D8; }
span { border-color: rgb(89,161,216); }
td.TdClassName
{
border-color: #59A1D8;
}
.TagClassName
{
border-color: #59A1D8;
}
</style>