Shades of Havelock Blue #5B7DCC
Tints of Havelock Blue #5B7DCC
RGB
CMYK
RGB Variations
Color information
#5B7DCC (or 0x5B7DCC) is known color: Havelock Blue. HEX triplet: 5B, 7D and CC. RGB value is (91,125,204). Sum of RGB (Red+Green+Blue) = 91+125+204=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DCC is #A48233. Grayscale: #7B7B7B. Windows color (decimal): -10781236 or 13401435. OLE color: 13401435.
HSL color Cylindrical-coordinate representation of color #5B7DCC: hue angle of 221.95º 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 #5B7DCC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 125 | 204 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.2 |
| HSL | 221.95º | 0.53% | 0.58% | - |
| HSV(B) | 221.95º | 0.55% | 0.8% | - |
| XYZ | 22.55 | 21.25 | 60.04 | - |
| YUV | 123.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 204 | 0.55 | 0.39 | 0 | 0.2 | 221.95 | 0.53 | 0.58 |
| Hex | 5B | 7D | CC | 37 | 27 | 0 | 14 | DE | 35 | 3A |
| Octal | 133 | 175 | 314 | 67 | 47 | 0 | 24 | 336 | 65 | 72 |
| Binary | 1011011 | 1111101 | 11001100 | 110111 | 100111 | 0 | 10100 | 11011110 | 110101 | 111010 |
Color Harmonies of #5B7DCC
Complementary color
Monochromatic Colors of #5B7DCC
Black with #5B7DCC
Text Example
Text Example
White with #5B7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DCC; }
p { color: rgb(91,125,204); }
H1.HeaderClassName
{
color: #5B7DCC;
}
.AnyTagClassName
{
color: #5B7DCC;
}
</style>
background-color css
<style>
a { background-color: #5B7DCC; }
a { background-color: rgb(91,125,204); }
div.DivClassName
{
background-color: #5B7DCC;
}
.BgClassName
{
background-color: #5B7DCC;
}
</style>
border-color css
<style>
span { border-color: #5B7DCC; }
span { border-color: rgb(91,125,204); }
td.TdClassName
{
border-color: #5B7DCC;
}
.TagClassName
{
border-color: #5B7DCC;
}
</style>