Shades of Picton Blue #5999CE
Tints of Picton Blue #5999CE
RGB
CMYK
RGB Variations
Color information
#5999CE (or 0x5999CE) is known color: Picton Blue. HEX triplet: 59, 99 and CE. RGB value is (89,153,206). Sum of RGB (Red+Green+Blue) = 89+153+206=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #5999CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999CE is #A66631. Grayscale: #8B8B8B. Windows color (decimal): -10905138 or 13539673. OLE color: 13539673.
HSL color Cylindrical-coordinate representation of color #5999CE: hue angle of 207.18º 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 #5999CE is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 153 | 206 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.19 |
| HSL | 207.18º | 0.54% | 0.58% | - |
| HSV(B) | 207.18º | 0.57% | 0.81% | - |
| XYZ | 26.65 | 29.36 | 62.66 | - |
| YUV | 139.91 | 165.3 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 206 | 0.57 | 0.26 | 0 | 0.19 | 207.18 | 0.54 | 0.58 |
| Hex | 59 | 99 | CE | 39 | 1A | 0 | 13 | CF | 36 | 3A |
| Octal | 131 | 231 | 316 | 71 | 32 | 0 | 23 | 317 | 66 | 72 |
| Binary | 1011001 | 10011001 | 11001110 | 111001 | 11010 | 0 | 10011 | 11001111 | 110110 | 111010 |
Color Harmonies of #5999CE
Complementary color
Monochromatic Colors of #5999CE
Black with #5999CE
Text Example
Text Example
White with #5999CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5999CE; }
p { color: rgb(89,153,206); }
H1.HeaderClassName
{
color: #5999CE;
}
.AnyTagClassName
{
color: #5999CE;
}
</style>
background-color css
<style>
a { background-color: #5999CE; }
a { background-color: rgb(89,153,206); }
div.DivClassName
{
background-color: #5999CE;
}
.BgClassName
{
background-color: #5999CE;
}
</style>
border-color css
<style>
span { border-color: #5999CE; }
span { border-color: rgb(89,153,206); }
td.TdClassName
{
border-color: #5999CE;
}
.TagClassName
{
border-color: #5999CE;
}
</style>