Shades of Havelock Blue #5975CE
Tints of Havelock Blue #5975CE
RGB
CMYK
RGB Variations
Color information
#5975CE (or 0x5975CE) is known color: Havelock Blue. HEX triplet: 59, 75 and CE. RGB value is (89,117,206). Sum of RGB (Red+Green+Blue) = 89+117+206=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #5975CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975CE is #A68A31. Grayscale: #767676. Windows color (decimal): -10914354 or 13530457. OLE color: 13530457.
HSL color Cylindrical-coordinate representation of color #5975CE: hue angle of 225.64º 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 #5975CE is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 117 | 206 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.19 |
| HSL | 225.64º | 0.54% | 0.58% | - |
| HSV(B) | 225.64º | 0.57% | 0.81% | - |
| XYZ | 21.62 | 19.3 | 60.98 | - |
| YUV | 118.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 206 | 0.57 | 0.43 | 0 | 0.19 | 225.64 | 0.54 | 0.58 |
| Hex | 59 | 75 | CE | 39 | 2B | 0 | 13 | E2 | 36 | 3A |
| Octal | 131 | 165 | 316 | 71 | 53 | 0 | 23 | 342 | 66 | 72 |
| Binary | 1011001 | 1110101 | 11001110 | 111001 | 101011 | 0 | 10011 | 11100010 | 110110 | 111010 |
Color Harmonies of #5975CE
Complementary color
Monochromatic Colors of #5975CE
Black with #5975CE
Text Example
Text Example
White with #5975CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5975CE; }
p { color: rgb(89,117,206); }
H1.HeaderClassName
{
color: #5975CE;
}
.AnyTagClassName
{
color: #5975CE;
}
</style>
background-color css
<style>
a { background-color: #5975CE; }
a { background-color: rgb(89,117,206); }
div.DivClassName
{
background-color: #5975CE;
}
.BgClassName
{
background-color: #5975CE;
}
</style>
border-color css
<style>
span { border-color: #5975CE; }
span { border-color: rgb(89,117,206); }
td.TdClassName
{
border-color: #5975CE;
}
.TagClassName
{
border-color: #5975CE;
}
</style>