Shades of Havelock Blue #5B7ECC
Tints of Havelock Blue #5B7ECC
RGB
CMYK
RGB Variations
Color information
#5B7ECC (or 0x5B7ECC) is known color: Havelock Blue. HEX triplet: 5B, 7E and CC. RGB value is (91,126,204). Sum of RGB (Red+Green+Blue) = 91+126+204=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ECC is #A48133. Grayscale: #7C7C7C. Windows color (decimal): -10780980 or 13401691. OLE color: 13401691.
HSL color Cylindrical-coordinate representation of color #5B7ECC: hue angle of 221.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B7ECC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 126 | 204 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.2 |
| HSL | 221.42º | 0.53% | 0.58% | - |
| HSV(B) | 221.42º | 0.55% | 0.8% | - |
| XYZ | 22.67 | 21.51 | 60.08 | - |
| YUV | 124.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 204 | 0.55 | 0.38 | 0 | 0.2 | 221.42 | 0.53 | 0.58 |
| Hex | 5B | 7E | CC | 37 | 26 | 0 | 14 | DD | 35 | 3A |
| Octal | 133 | 176 | 314 | 67 | 46 | 0 | 24 | 335 | 65 | 72 |
| Binary | 1011011 | 1111110 | 11001100 | 110111 | 100110 | 0 | 10100 | 11011101 | 110101 | 111010 |
Color Harmonies of #5B7ECC
Complementary color
Monochromatic Colors of #5B7ECC
Black with #5B7ECC
Text Example
Text Example
White with #5B7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7ECC; }
p { color: rgb(91,126,204); }
H1.HeaderClassName
{
color: #5B7ECC;
}
.AnyTagClassName
{
color: #5B7ECC;
}
</style>
background-color css
<style>
a { background-color: #5B7ECC; }
a { background-color: rgb(91,126,204); }
div.DivClassName
{
background-color: #5B7ECC;
}
.BgClassName
{
background-color: #5B7ECC;
}
</style>
border-color css
<style>
span { border-color: #5B7ECC; }
span { border-color: rgb(91,126,204); }
td.TdClassName
{
border-color: #5B7ECC;
}
.TagClassName
{
border-color: #5B7ECC;
}
</style>