Shades of Havelock Blue #5B7CCB
Tints of Havelock Blue #5B7CCB
RGB
CMYK
RGB Variations
Color information
#5B7CCB (or 0x5B7CCB) is known color: Havelock Blue. HEX triplet: 5B, 7C and CB. RGB value is (91,124,203). Sum of RGB (Red+Green+Blue) = 91+124+203=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CCB is #A48334. Grayscale: #7A7A7A. Windows color (decimal): -10781493 or 13335643. OLE color: 13335643.
HSL color Cylindrical-coordinate representation of color #5B7CCB: hue angle of 222.32º degrees, saturation: 0.52, 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 #5B7CCB is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 124 | 203 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.20 |
| HSL | 222.32º | 0.52% | 0.58% | - |
| HSV(B) | 222.32º | 0.55% | 0.8% | - |
| XYZ | 22.3 | 20.95 | 59.37 | - |
| YUV | 123.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 203 | 0.55 | 0.39 | 0 | 0.20 | 222.32 | 0.52 | 0.58 |
| Hex | 5B | 7C | CB | 37 | 27 | 0 | 14 | DE | 34 | 3A |
| Octal | 133 | 174 | 313 | 67 | 47 | 0 | 24 | 336 | 64 | 72 |
| Binary | 1011011 | 1111100 | 11001011 | 110111 | 100111 | 0 | 10100 | 11011110 | 110100 | 111010 |
Color Harmonies of #5B7CCB
Complementary color
Monochromatic Colors of #5B7CCB
Black with #5B7CCB
Text Example
Text Example
White with #5B7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7CCB; }
p { color: rgb(91,124,203); }
H1.HeaderClassName
{
color: #5B7CCB;
}
.AnyTagClassName
{
color: #5B7CCB;
}
</style>
background-color css
<style>
a { background-color: #5B7CCB; }
a { background-color: rgb(91,124,203); }
div.DivClassName
{
background-color: #5B7CCB;
}
.BgClassName
{
background-color: #5B7CCB;
}
</style>
border-color css
<style>
span { border-color: #5B7CCB; }
span { border-color: rgb(91,124,203); }
td.TdClassName
{
border-color: #5B7CCB;
}
.TagClassName
{
border-color: #5B7CCB;
}
</style>