Shades of Havelock Blue #5E7DCB
Tints of Havelock Blue #5E7DCB
RGB
CMYK
RGB Variations
Color information
#5E7DCB (or 0x5E7DCB) is known color: Havelock Blue. HEX triplet: 5E, 7D and CB. RGB value is (94,125,203). Sum of RGB (Red+Green+Blue) = 94+125+203=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E7DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7DCB is #A18234. Grayscale: #7C7C7C. Windows color (decimal): -10584629 or 13335902. OLE color: 13335902.
HSL color Cylindrical-coordinate representation of color #5E7DCB: hue angle of 222.94º 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 #5E7DCB is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 125 | 203 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.20 |
| HSL | 222.94º | 0.51% | 0.58% | - |
| HSV(B) | 222.94º | 0.54% | 0.8% | - |
| XYZ | 22.73 | 21.36 | 59.42 | - |
| YUV | 124.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 125 | 203 | 0.54 | 0.38 | 0 | 0.20 | 222.94 | 0.51 | 0.58 |
| Hex | 5E | 7D | CB | 36 | 26 | 0 | 14 | DF | 33 | 3A |
| Octal | 136 | 175 | 313 | 66 | 46 | 0 | 24 | 337 | 63 | 72 |
| Binary | 1011110 | 1111101 | 11001011 | 110110 | 100110 | 0 | 10100 | 11011111 | 110011 | 111010 |
Color Harmonies of #5E7DCB
Complementary color
Monochromatic Colors of #5E7DCB
Black with #5E7DCB
Text Example
Text Example
White with #5E7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7DCB; }
p { color: rgb(94,125,203); }
H1.HeaderClassName
{
color: #5E7DCB;
}
.AnyTagClassName
{
color: #5E7DCB;
}
</style>
background-color css
<style>
a { background-color: #5E7DCB; }
a { background-color: rgb(94,125,203); }
div.DivClassName
{
background-color: #5E7DCB;
}
.BgClassName
{
background-color: #5E7DCB;
}
</style>
border-color css
<style>
span { border-color: #5E7DCB; }
span { border-color: rgb(94,125,203); }
td.TdClassName
{
border-color: #5E7DCB;
}
.TagClassName
{
border-color: #5E7DCB;
}
</style>