Shades of Picton Blue #5999DE
Tints of Picton Blue #5999DE
RGB
CMYK
RGB Variations
Color information
#5999DE (or 0x5999DE) is known color: Picton Blue. HEX triplet: 59, 99 and DE. RGB value is (89,153,222). Sum of RGB (Red+Green+Blue) = 89+153+222=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #5999DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999DE is #A66621. Grayscale: #8D8D8D. Windows color (decimal): -10905122 or 14588249. OLE color: 14588249.
HSL color Cylindrical-coordinate representation of color #5999DE: hue angle of 211.13º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5999DE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 153 | 222 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.13 |
| HSL | 211.13º | 0.67% | 0.61% | - |
| HSV(B) | 211.13º | 0.6% | 0.87% | - |
| XYZ | 28.7 | 30.18 | 73.42 | - |
| YUV | 141.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 222 | 0.60 | 0.31 | 0 | 0.13 | 211.13 | 0.67 | 0.61 |
| Hex | 59 | 99 | DE | 3C | 1F | 0 | D | D3 | 43 | 3D |
| Octal | 131 | 231 | 336 | 74 | 37 | 0 | 15 | 323 | 103 | 75 |
| Binary | 1011001 | 10011001 | 11011110 | 111100 | 11111 | 0 | 1101 | 11010011 | 1000011 | 111101 |
Color Harmonies of #5999DE
Complementary color
Monochromatic Colors of #5999DE
Black with #5999DE
Text Example
Text Example
White with #5999DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5999DE; }
p { color: rgb(89,153,222); }
H1.HeaderClassName
{
color: #5999DE;
}
.AnyTagClassName
{
color: #5999DE;
}
</style>
background-color css
<style>
a { background-color: #5999DE; }
a { background-color: rgb(89,153,222); }
div.DivClassName
{
background-color: #5999DE;
}
.BgClassName
{
background-color: #5999DE;
}
</style>
border-color css
<style>
span { border-color: #5999DE; }
span { border-color: rgb(89,153,222); }
td.TdClassName
{
border-color: #5999DE;
}
.TagClassName
{
border-color: #5999DE;
}
</style>