Shades of Havelock Blue #5975D3
Tints of Havelock Blue #5975D3
RGB
CMYK
RGB Variations
Color information
#5975D3 (or 0x5975D3) is known color: Havelock Blue. HEX triplet: 59, 75 and D3. RGB value is (89,117,211). Sum of RGB (Red+Green+Blue) = 89+117+211=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #5975D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975D3 is #A68A2C. Grayscale: #767676. Windows color (decimal): -10914349 or 13858137. OLE color: 13858137.
HSL color Cylindrical-coordinate representation of color #5975D3: hue angle of 226.23º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5975D3 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 117 | 211 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.17 |
| HSL | 226.23º | 0.58% | 0.59% | - |
| HSV(B) | 226.23º | 0.58% | 0.83% | - |
| XYZ | 22.24 | 19.55 | 64.23 | - |
| YUV | 119.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 211 | 0.58 | 0.45 | 0 | 0.17 | 226.23 | 0.58 | 0.59 |
| Hex | 59 | 75 | D3 | 3A | 2D | 0 | 11 | E2 | 3A | 3B |
| Octal | 131 | 165 | 323 | 72 | 55 | 0 | 21 | 342 | 72 | 73 |
| Binary | 1011001 | 1110101 | 11010011 | 111010 | 101101 | 0 | 10001 | 11100010 | 111010 | 111011 |
Color Harmonies of #5975D3
Complementary color
Monochromatic Colors of #5975D3
Black with #5975D3
Text Example
Text Example
White with #5975D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5975D3; }
p { color: rgb(89,117,211); }
H1.HeaderClassName
{
color: #5975D3;
}
.AnyTagClassName
{
color: #5975D3;
}
</style>
background-color css
<style>
a { background-color: #5975D3; }
a { background-color: rgb(89,117,211); }
div.DivClassName
{
background-color: #5975D3;
}
.BgClassName
{
background-color: #5975D3;
}
</style>
border-color css
<style>
span { border-color: #5975D3; }
span { border-color: rgb(89,117,211); }
td.TdClassName
{
border-color: #5975D3;
}
.TagClassName
{
border-color: #5975D3;
}
</style>