Shades of Havelock Blue #5874CC
Tints of Havelock Blue #5874CC
RGB
CMYK
RGB Variations
Color information
#5874CC (or 0x5874CC) is known color: Havelock Blue. HEX triplet: 58, 74 and CC. RGB value is (88,116,204). Sum of RGB (Red+Green+Blue) = 88+116+204=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #5874CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874CC is #A78B33. Grayscale: #757575. Windows color (decimal): -10980148 or 13399128. OLE color: 13399128.
HSL color Cylindrical-coordinate representation of color #5874CC: hue angle of 225.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5874CC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 116 | 204 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.2 |
| HSL | 225.52º | 0.53% | 0.57% | - |
| HSV(B) | 225.52º | 0.57% | 0.8% | - |
| XYZ | 21.17 | 18.93 | 59.66 | - |
| YUV | 117.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 204 | 0.57 | 0.43 | 0 | 0.2 | 225.52 | 0.53 | 0.57 |
| Hex | 58 | 74 | CC | 39 | 2B | 0 | 14 | E2 | 35 | 39 |
| Octal | 130 | 164 | 314 | 71 | 53 | 0 | 24 | 342 | 65 | 71 |
| Binary | 1011000 | 1110100 | 11001100 | 111001 | 101011 | 0 | 10100 | 11100010 | 110101 | 111001 |
Color Harmonies of #5874CC
Complementary color
Monochromatic Colors of #5874CC
Black with #5874CC
Text Example
Text Example
White with #5874CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5874CC; }
p { color: rgb(88,116,204); }
H1.HeaderClassName
{
color: #5874CC;
}
.AnyTagClassName
{
color: #5874CC;
}
</style>
background-color css
<style>
a { background-color: #5874CC; }
a { background-color: rgb(88,116,204); }
div.DivClassName
{
background-color: #5874CC;
}
.BgClassName
{
background-color: #5874CC;
}
</style>
border-color css
<style>
span { border-color: #5874CC; }
span { border-color: rgb(88,116,204); }
td.TdClassName
{
border-color: #5874CC;
}
.TagClassName
{
border-color: #5874CC;
}
</style>