Shades of Havelock Blue #5974CB
Tints of Havelock Blue #5974CB
RGB
CMYK
RGB Variations
Color information
#5974CB (or 0x5974CB) is known color: Havelock Blue. HEX triplet: 59, 74 and CB. RGB value is (89,116,203). Sum of RGB (Red+Green+Blue) = 89+116+203=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #5974CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5974CB is #A68B34. Grayscale: #757575. Windows color (decimal): -10914613 or 13333593. OLE color: 13333593.
HSL color Cylindrical-coordinate representation of color #5974CB: hue angle of 225.79º degrees, saturation: 0.52, 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 #5974CB is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 116 | 203 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.20 |
| HSL | 225.79º | 0.52% | 0.57% | - |
| HSV(B) | 225.79º | 0.56% | 0.8% | - |
| XYZ | 21.14 | 18.93 | 59.04 | - |
| YUV | 117.85 | 176.05 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 203 | 0.56 | 0.43 | 0 | 0.20 | 225.79 | 0.52 | 0.57 |
| Hex | 59 | 74 | CB | 38 | 2B | 0 | 14 | E2 | 34 | 39 |
| Octal | 131 | 164 | 313 | 70 | 53 | 0 | 24 | 342 | 64 | 71 |
| Binary | 1011001 | 1110100 | 11001011 | 111000 | 101011 | 0 | 10100 | 11100010 | 110100 | 111001 |
Color Harmonies of #5974CB
Complementary color
Monochromatic Colors of #5974CB
Black with #5974CB
Text Example
Text Example
White with #5974CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974CB; }
p { color: rgb(89,116,203); }
H1.HeaderClassName
{
color: #5974CB;
}
.AnyTagClassName
{
color: #5974CB;
}
</style>
background-color css
<style>
a { background-color: #5974CB; }
a { background-color: rgb(89,116,203); }
div.DivClassName
{
background-color: #5974CB;
}
.BgClassName
{
background-color: #5974CB;
}
</style>
border-color css
<style>
span { border-color: #5974CB; }
span { border-color: rgb(89,116,203); }
td.TdClassName
{
border-color: #5974CB;
}
.TagClassName
{
border-color: #5974CB;
}
</style>