Shades of Havelock Blue #5E7CCB
Tints of Havelock Blue #5E7CCB
RGB
CMYK
RGB Variations
Color information
#5E7CCB (or 0x5E7CCB) is known color: Havelock Blue. HEX triplet: 5E, 7C and CB. RGB value is (94,124,203). Sum of RGB (Red+Green+Blue) = 94+124+203=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7CCB is #A18334. Grayscale: #7B7B7B. Windows color (decimal): -10584885 or 13335646. OLE color: 13335646.
HSL color Cylindrical-coordinate representation of color #5E7CCB: hue angle of 223.49º 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 #5E7CCB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 124 | 203 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.20 |
| HSL | 223.49º | 0.51% | 0.58% | - |
| HSV(B) | 223.49º | 0.54% | 0.8% | - |
| XYZ | 22.6 | 21.11 | 59.38 | - |
| YUV | 124.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 203 | 0.54 | 0.39 | 0 | 0.20 | 223.49 | 0.51 | 0.58 |
| Hex | 5E | 7C | CB | 36 | 27 | 0 | 14 | DF | 33 | 3A |
| Octal | 136 | 174 | 313 | 66 | 47 | 0 | 24 | 337 | 63 | 72 |
| Binary | 1011110 | 1111100 | 11001011 | 110110 | 100111 | 0 | 10100 | 11011111 | 110011 | 111010 |
Color Harmonies of #5E7CCB
Complementary color
Monochromatic Colors of #5E7CCB
Black with #5E7CCB
Text Example
Text Example
White with #5E7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7CCB; }
p { color: rgb(94,124,203); }
H1.HeaderClassName
{
color: #5E7CCB;
}
.AnyTagClassName
{
color: #5E7CCB;
}
</style>
background-color css
<style>
a { background-color: #5E7CCB; }
a { background-color: rgb(94,124,203); }
div.DivClassName
{
background-color: #5E7CCB;
}
.BgClassName
{
background-color: #5E7CCB;
}
</style>
border-color css
<style>
span { border-color: #5E7CCB; }
span { border-color: rgb(94,124,203); }
td.TdClassName
{
border-color: #5E7CCB;
}
.TagClassName
{
border-color: #5E7CCB;
}
</style>