Shades of Picton Blue #59A0CC
Tints of Picton Blue #59A0CC
RGB
CMYK
RGB Variations
Color information
#59A0CC (or 0x59A0CC) is known color: Picton Blue. HEX triplet: 59, A0 and CC. RGB value is (89,160,204). Sum of RGB (Red+Green+Blue) = 89+160+204=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #59A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A0CC is #A65F33. Grayscale: #8F8F8F. Windows color (decimal): -10903348 or 13410393. OLE color: 13410393.
HSL color Cylindrical-coordinate representation of color #59A0CC: hue angle of 202.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59A0CC is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 160 | 204 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.2 |
| HSL | 202.96º | 0.53% | 0.57% | - |
| HSV(B) | 202.96º | 0.56% | 0.8% | - |
| XYZ | 27.59 | 31.63 | 61.78 | - |
| YUV | 143.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 204 | 0.56 | 0.22 | 0 | 0.2 | 202.96 | 0.53 | 0.57 |
| Hex | 59 | A0 | CC | 38 | 16 | 0 | 14 | CB | 35 | 39 |
| Octal | 131 | 240 | 314 | 70 | 26 | 0 | 24 | 313 | 65 | 71 |
| Binary | 1011001 | 10100000 | 11001100 | 111000 | 10110 | 0 | 10100 | 11001011 | 110101 | 111001 |
Color Harmonies of #59A0CC
Complementary color
Monochromatic Colors of #59A0CC
Black with #59A0CC
Text Example
Text Example
White with #59A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A0CC; }
p { color: rgb(89,160,204); }
H1.HeaderClassName
{
color: #59A0CC;
}
.AnyTagClassName
{
color: #59A0CC;
}
</style>
background-color css
<style>
a { background-color: #59A0CC; }
a { background-color: rgb(89,160,204); }
div.DivClassName
{
background-color: #59A0CC;
}
.BgClassName
{
background-color: #59A0CC;
}
</style>
border-color css
<style>
span { border-color: #59A0CC; }
span { border-color: rgb(89,160,204); }
td.TdClassName
{
border-color: #59A0CC;
}
.TagClassName
{
border-color: #59A0CC;
}
</style>