Shades of Picton Blue #599FCD
Tints of Picton Blue #599FCD
RGB
CMYK
RGB Variations
Color information
#599FCD (or 0x599FCD) is known color: Picton Blue. HEX triplet: 59, 9F and CD. RGB value is (89,159,205). Sum of RGB (Red+Green+Blue) = 89+159+205=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #599FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FCD is #A66032. Grayscale: #8F8F8F. Windows color (decimal): -10903603 or 13475673. OLE color: 13475673.
HSL color Cylindrical-coordinate representation of color #599FCD: hue angle of 203.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599FCD is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 159 | 205 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.20 |
| HSL | 203.79º | 0.54% | 0.58% | - |
| HSV(B) | 203.79º | 0.57% | 0.8% | - |
| XYZ | 27.54 | 31.33 | 62.35 | - |
| YUV | 143.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 205 | 0.57 | 0.22 | 0 | 0.20 | 203.79 | 0.54 | 0.58 |
| Hex | 59 | 9F | CD | 39 | 16 | 0 | 14 | CC | 36 | 3A |
| Octal | 131 | 237 | 315 | 71 | 26 | 0 | 24 | 314 | 66 | 72 |
| Binary | 1011001 | 10011111 | 11001101 | 111001 | 10110 | 0 | 10100 | 11001100 | 110110 | 111010 |
Color Harmonies of #599FCD
Complementary color
Monochromatic Colors of #599FCD
Black with #599FCD
Text Example
Text Example
White with #599FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FCD; }
p { color: rgb(89,159,205); }
H1.HeaderClassName
{
color: #599FCD;
}
.AnyTagClassName
{
color: #599FCD;
}
</style>
background-color css
<style>
a { background-color: #599FCD; }
a { background-color: rgb(89,159,205); }
div.DivClassName
{
background-color: #599FCD;
}
.BgClassName
{
background-color: #599FCD;
}
</style>
border-color css
<style>
span { border-color: #599FCD; }
span { border-color: rgb(89,159,205); }
td.TdClassName
{
border-color: #599FCD;
}
.TagClassName
{
border-color: #599FCD;
}
</style>