Shades of Picton Blue #5995CE
Tints of Picton Blue #5995CE
RGB
CMYK
RGB Variations
Color information
#5995CE (or 0x5995CE) is known color: Picton Blue. HEX triplet: 59, 95 and CE. RGB value is (89,149,206). Sum of RGB (Red+Green+Blue) = 89+149+206=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #5995CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995CE is #A66A31. Grayscale: #898989. Windows color (decimal): -10906162 or 13538649. OLE color: 13538649.
HSL color Cylindrical-coordinate representation of color #5995CE: hue angle of 209.23º 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 #5995CE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 149 | 206 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.19 |
| HSL | 209.23º | 0.54% | 0.58% | - |
| HSV(B) | 209.23º | 0.57% | 0.81% | - |
| XYZ | 26.01 | 28.07 | 62.44 | - |
| YUV | 137.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 206 | 0.57 | 0.28 | 0 | 0.19 | 209.23 | 0.54 | 0.58 |
| Hex | 59 | 95 | CE | 39 | 1C | 0 | 13 | D1 | 36 | 3A |
| Octal | 131 | 225 | 316 | 71 | 34 | 0 | 23 | 321 | 66 | 72 |
| Binary | 1011001 | 10010101 | 11001110 | 111001 | 11100 | 0 | 10011 | 11010001 | 110110 | 111010 |
Color Harmonies of #5995CE
Complementary color
Monochromatic Colors of #5995CE
Black with #5995CE
Text Example
Text Example
White with #5995CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995CE; }
p { color: rgb(89,149,206); }
H1.HeaderClassName
{
color: #5995CE;
}
.AnyTagClassName
{
color: #5995CE;
}
</style>
background-color css
<style>
a { background-color: #5995CE; }
a { background-color: rgb(89,149,206); }
div.DivClassName
{
background-color: #5995CE;
}
.BgClassName
{
background-color: #5995CE;
}
</style>
border-color css
<style>
span { border-color: #5995CE; }
span { border-color: rgb(89,149,206); }
td.TdClassName
{
border-color: #5995CE;
}
.TagClassName
{
border-color: #5995CE;
}
</style>