Shades of Havelock Blue #5E7FCB
Tints of Havelock Blue #5E7FCB
RGB
CMYK
RGB Variations
Color information
#5E7FCB (or 0x5E7FCB) is known color: Havelock Blue. HEX triplet: 5E, 7F and CB. RGB value is (94,127,203). Sum of RGB (Red+Green+Blue) = 94+127+203=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FCB is #A18034. Grayscale: #7D7D7D. Windows color (decimal): -10584117 or 13336414. OLE color: 13336414.
HSL color Cylindrical-coordinate representation of color #5E7FCB: hue angle of 221.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7FCB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 127 | 203 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.20 |
| HSL | 221.83º | 0.51% | 0.58% | - |
| HSV(B) | 221.83º | 0.54% | 0.8% | - |
| XYZ | 22.98 | 21.87 | 59.51 | - |
| YUV | 125.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 203 | 0.54 | 0.37 | 0 | 0.20 | 221.83 | 0.51 | 0.58 |
| Hex | 5E | 7F | CB | 36 | 25 | 0 | 14 | DE | 33 | 3A |
| Octal | 136 | 177 | 313 | 66 | 45 | 0 | 24 | 336 | 63 | 72 |
| Binary | 1011110 | 1111111 | 11001011 | 110110 | 100101 | 0 | 10100 | 11011110 | 110011 | 111010 |
Color Harmonies of #5E7FCB
Complementary color
Monochromatic Colors of #5E7FCB
Black with #5E7FCB
Text Example
Text Example
White with #5E7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7FCB; }
p { color: rgb(94,127,203); }
H1.HeaderClassName
{
color: #5E7FCB;
}
.AnyTagClassName
{
color: #5E7FCB;
}
</style>
background-color css
<style>
a { background-color: #5E7FCB; }
a { background-color: rgb(94,127,203); }
div.DivClassName
{
background-color: #5E7FCB;
}
.BgClassName
{
background-color: #5E7FCB;
}
</style>
border-color css
<style>
span { border-color: #5E7FCB; }
span { border-color: rgb(94,127,203); }
td.TdClassName
{
border-color: #5E7FCB;
}
.TagClassName
{
border-color: #5E7FCB;
}
</style>