Shades of Picton Blue #599DCE
Tints of Picton Blue #599DCE
RGB
CMYK
RGB Variations
Color information
#599DCE (or 0x599DCE) is known color: Picton Blue. HEX triplet: 59, 9D and CE. RGB value is (89,157,206). Sum of RGB (Red+Green+Blue) = 89+157+206=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #599DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DCE is #A66231. Grayscale: #8D8D8D. Windows color (decimal): -10904114 or 13540697. OLE color: 13540697.
HSL color Cylindrical-coordinate representation of color #599DCE: hue angle of 205.13º 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 #599DCE is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 157 | 206 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.19 |
| HSL | 205.13º | 0.54% | 0.58% | - |
| HSV(B) | 205.13º | 0.57% | 0.81% | - |
| XYZ | 27.32 | 30.69 | 62.88 | - |
| YUV | 142.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 206 | 0.57 | 0.24 | 0 | 0.19 | 205.13 | 0.54 | 0.58 |
| Hex | 59 | 9D | CE | 39 | 18 | 0 | 13 | CD | 36 | 3A |
| Octal | 131 | 235 | 316 | 71 | 30 | 0 | 23 | 315 | 66 | 72 |
| Binary | 1011001 | 10011101 | 11001110 | 111001 | 11000 | 0 | 10011 | 11001101 | 110110 | 111010 |
Color Harmonies of #599DCE
Complementary color
Monochromatic Colors of #599DCE
Black with #599DCE
Text Example
Text Example
White with #599DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DCE; }
p { color: rgb(89,157,206); }
H1.HeaderClassName
{
color: #599DCE;
}
.AnyTagClassName
{
color: #599DCE;
}
</style>
background-color css
<style>
a { background-color: #599DCE; }
a { background-color: rgb(89,157,206); }
div.DivClassName
{
background-color: #599DCE;
}
.BgClassName
{
background-color: #599DCE;
}
</style>
border-color css
<style>
span { border-color: #599DCE; }
span { border-color: rgb(89,157,206); }
td.TdClassName
{
border-color: #599DCE;
}
.TagClassName
{
border-color: #599DCE;
}
</style>