Shades of Picton Blue #59A8CC
Tints of Picton Blue #59A8CC
RGB
CMYK
RGB Variations
Color information
#59A8CC (or 0x59A8CC) is known color: Picton Blue. HEX triplet: 59, A8 and CC. RGB value is (89,168,204). Sum of RGB (Red+Green+Blue) = 89+168+204=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #59A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8CC is #A65733. Grayscale: #949494. Windows color (decimal): -10901300 or 13412441. OLE color: 13412441.
HSL color Cylindrical-coordinate representation of color #59A8CC: hue angle of 198.78º 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 #59A8CC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 168 | 204 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.2 |
| HSL | 198.78º | 0.53% | 0.57% | - |
| HSV(B) | 198.78º | 0.56% | 0.8% | - |
| XYZ | 29.02 | 34.49 | 62.25 | - |
| YUV | 148.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 204 | 0.56 | 0.18 | 0 | 0.2 | 198.78 | 0.53 | 0.57 |
| Hex | 59 | A8 | CC | 38 | 12 | 0 | 14 | C7 | 35 | 39 |
| Octal | 131 | 250 | 314 | 70 | 22 | 0 | 24 | 307 | 65 | 71 |
| Binary | 1011001 | 10101000 | 11001100 | 111000 | 10010 | 0 | 10100 | 11000111 | 110101 | 111001 |
Color Harmonies of #59A8CC
Complementary color
Monochromatic Colors of #59A8CC
Black with #59A8CC
Text Example
Text Example
White with #59A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8CC; }
p { color: rgb(89,168,204); }
H1.HeaderClassName
{
color: #59A8CC;
}
.AnyTagClassName
{
color: #59A8CC;
}
</style>
background-color css
<style>
a { background-color: #59A8CC; }
a { background-color: rgb(89,168,204); }
div.DivClassName
{
background-color: #59A8CC;
}
.BgClassName
{
background-color: #59A8CC;
}
</style>
border-color css
<style>
span { border-color: #59A8CC; }
span { border-color: rgb(89,168,204); }
td.TdClassName
{
border-color: #59A8CC;
}
.TagClassName
{
border-color: #59A8CC;
}
</style>