Shades of Picton Blue #59A1C8
Tints of Picton Blue #59A1C8
RGB
CMYK
RGB Variations
Color information
#59A1C8 (or 0x59A1C8) is known color: Picton Blue. HEX triplet: 59, A1 and C8. RGB value is (89,161,200). Sum of RGB (Red+Green+Blue) = 89+161+200=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #59A1C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A1C8 is #A65E37. Grayscale: #8F8F8F. Windows color (decimal): -10903096 or 13148505. OLE color: 13148505.
HSL color Cylindrical-coordinate representation of color #59A1C8: hue angle of 201.08º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59A1C8 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 161 | 200 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.22 |
| HSL | 201.08º | 0.5% | 0.57% | - |
| HSV(B) | 201.08º | 0.56% | 0.78% | - |
| XYZ | 27.29 | 31.78 | 59.34 | - |
| YUV | 143.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 200 | 0.56 | 0.19 | 0 | 0.22 | 201.08 | 0.5 | 0.57 |
| Hex | 59 | A1 | C8 | 38 | 13 | 0 | 16 | C9 | 32 | 39 |
| Octal | 131 | 241 | 310 | 70 | 23 | 0 | 26 | 311 | 62 | 71 |
| Binary | 1011001 | 10100001 | 11001000 | 111000 | 10011 | 0 | 10110 | 11001001 | 110010 | 111001 |
Color Harmonies of #59A1C8
Complementary color
Monochromatic Colors of #59A1C8
Black with #59A1C8
Text Example
Text Example
White with #59A1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A1C8; }
p { color: rgb(89,161,200); }
H1.HeaderClassName
{
color: #59A1C8;
}
.AnyTagClassName
{
color: #59A1C8;
}
</style>
background-color css
<style>
a { background-color: #59A1C8; }
a { background-color: rgb(89,161,200); }
div.DivClassName
{
background-color: #59A1C8;
}
.BgClassName
{
background-color: #59A1C8;
}
</style>
border-color css
<style>
span { border-color: #59A1C8; }
span { border-color: rgb(89,161,200); }
td.TdClassName
{
border-color: #59A1C8;
}
.TagClassName
{
border-color: #59A1C8;
}
</style>