Shades of Picton Blue #5994CE
Tints of Picton Blue #5994CE
RGB
CMYK
RGB Variations
Color information
#5994CE (or 0x5994CE) is known color: Picton Blue. HEX triplet: 59, 94 and CE. RGB value is (89,148,206). Sum of RGB (Red+Green+Blue) = 89+148+206=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #5994CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994CE is #A66B31. Grayscale: #888888. Windows color (decimal): -10906418 or 13538393. OLE color: 13538393.
HSL color Cylindrical-coordinate representation of color #5994CE: hue angle of 209.74º 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 #5994CE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 148 | 206 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.19 |
| HSL | 209.74º | 0.54% | 0.58% | - |
| HSV(B) | 209.74º | 0.57% | 0.81% | - |
| XYZ | 25.85 | 27.76 | 62.39 | - |
| YUV | 136.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 206 | 0.57 | 0.28 | 0 | 0.19 | 209.74 | 0.54 | 0.58 |
| Hex | 59 | 94 | CE | 39 | 1C | 0 | 13 | D2 | 36 | 3A |
| Octal | 131 | 224 | 316 | 71 | 34 | 0 | 23 | 322 | 66 | 72 |
| Binary | 1011001 | 10010100 | 11001110 | 111001 | 11100 | 0 | 10011 | 11010010 | 110110 | 111010 |
Color Harmonies of #5994CE
Complementary color
Monochromatic Colors of #5994CE
Black with #5994CE
Text Example
Text Example
White with #5994CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5994CE; }
p { color: rgb(89,148,206); }
H1.HeaderClassName
{
color: #5994CE;
}
.AnyTagClassName
{
color: #5994CE;
}
</style>
background-color css
<style>
a { background-color: #5994CE; }
a { background-color: rgb(89,148,206); }
div.DivClassName
{
background-color: #5994CE;
}
.BgClassName
{
background-color: #5994CE;
}
</style>
border-color css
<style>
span { border-color: #5994CE; }
span { border-color: rgb(89,148,206); }
td.TdClassName
{
border-color: #5994CE;
}
.TagClassName
{
border-color: #5994CE;
}
</style>