Shades of Havelock Blue #5975CC
Tints of Havelock Blue #5975CC
RGB
CMYK
RGB Variations
Color information
#5975CC (or 0x5975CC) is known color: Havelock Blue. HEX triplet: 59, 75 and CC. RGB value is (89,117,204). Sum of RGB (Red+Green+Blue) = 89+117+204=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #5975CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975CC is #A68A33. Grayscale: #767676. Windows color (decimal): -10914356 or 13399385. OLE color: 13399385.
HSL color Cylindrical-coordinate representation of color #5975CC: hue angle of 225.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5975CC is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 117 | 204 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.2 |
| HSL | 225.39º | 0.53% | 0.57% | - |
| HSV(B) | 225.39º | 0.56% | 0.8% | - |
| XYZ | 21.38 | 19.21 | 59.71 | - |
| YUV | 118.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 204 | 0.56 | 0.43 | 0 | 0.2 | 225.39 | 0.53 | 0.57 |
| Hex | 59 | 75 | CC | 38 | 2B | 0 | 14 | E1 | 35 | 39 |
| Octal | 131 | 165 | 314 | 70 | 53 | 0 | 24 | 341 | 65 | 71 |
| Binary | 1011001 | 1110101 | 11001100 | 111000 | 101011 | 0 | 10100 | 11100001 | 110101 | 111001 |
Color Harmonies of #5975CC
Complementary color
Monochromatic Colors of #5975CC
Black with #5975CC
Text Example
Text Example
White with #5975CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5975CC; }
p { color: rgb(89,117,204); }
H1.HeaderClassName
{
color: #5975CC;
}
.AnyTagClassName
{
color: #5975CC;
}
</style>
background-color css
<style>
a { background-color: #5975CC; }
a { background-color: rgb(89,117,204); }
div.DivClassName
{
background-color: #5975CC;
}
.BgClassName
{
background-color: #5975CC;
}
</style>
border-color css
<style>
span { border-color: #5975CC; }
span { border-color: rgb(89,117,204); }
td.TdClassName
{
border-color: #5975CC;
}
.TagClassName
{
border-color: #5975CC;
}
</style>