Shades of Picton Blue #59A4CE
Tints of Picton Blue #59A4CE
RGB
CMYK
RGB Variations
Color information
#59A4CE (or 0x59A4CE) is known color: Picton Blue. HEX triplet: 59, A4 and CE. RGB value is (89,164,206). Sum of RGB (Red+Green+Blue) = 89+164+206=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #59A4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4CE is #A65B31. Grayscale: #929292. Windows color (decimal): -10902322 or 13542489. OLE color: 13542489.
HSL color Cylindrical-coordinate representation of color #59A4CE: hue angle of 201.54º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59A4CE is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 164 | 206 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.19 |
| HSL | 201.54º | 0.54% | 0.58% | - |
| HSV(B) | 201.54º | 0.57% | 0.81% | - |
| XYZ | 28.54 | 33.13 | 63.28 | - |
| YUV | 146.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 206 | 0.57 | 0.20 | 0 | 0.19 | 201.54 | 0.54 | 0.58 |
| Hex | 59 | A4 | CE | 39 | 14 | 0 | 13 | CA | 36 | 3A |
| Octal | 131 | 244 | 316 | 71 | 24 | 0 | 23 | 312 | 66 | 72 |
| Binary | 1011001 | 10100100 | 11001110 | 111001 | 10100 | 0 | 10011 | 11001010 | 110110 | 111010 |
Color Harmonies of #59A4CE
Complementary color
Monochromatic Colors of #59A4CE
Black with #59A4CE
Text Example
Text Example
White with #59A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4CE; }
p { color: rgb(89,164,206); }
H1.HeaderClassName
{
color: #59A4CE;
}
.AnyTagClassName
{
color: #59A4CE;
}
</style>
background-color css
<style>
a { background-color: #59A4CE; }
a { background-color: rgb(89,164,206); }
div.DivClassName
{
background-color: #59A4CE;
}
.BgClassName
{
background-color: #59A4CE;
}
</style>
border-color css
<style>
span { border-color: #59A4CE; }
span { border-color: rgb(89,164,206); }
td.TdClassName
{
border-color: #59A4CE;
}
.TagClassName
{
border-color: #59A4CE;
}
</style>