Shades of Havelock Blue #5B7FDB
Tints of Havelock Blue #5B7FDB
RGB
CMYK
RGB Variations
Color information
#5B7FDB (or 0x5B7FDB) is known color: Havelock Blue. HEX triplet: 5B, 7F and DB. RGB value is (91,127,219). Sum of RGB (Red+Green+Blue) = 91+127+219=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FDB is #A48024. Grayscale: #7E7E7E. Windows color (decimal): -10780709 or 14384987. OLE color: 14384987.
HSL color Cylindrical-coordinate representation of color #5B7FDB: hue angle of 223.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B7FDB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 127 | 219 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.14 |
| HSL | 223.13º | 0.64% | 0.61% | - |
| HSV(B) | 223.13º | 0.58% | 0.86% | - |
| XYZ | 24.69 | 22.52 | 70.06 | - |
| YUV | 126.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 219 | 0.58 | 0.42 | 0 | 0.14 | 223.13 | 0.64 | 0.61 |
| Hex | 5B | 7F | DB | 3A | 2A | 0 | E | DF | 40 | 3D |
| Octal | 133 | 177 | 333 | 72 | 52 | 0 | 16 | 337 | 100 | 75 |
| Binary | 1011011 | 1111111 | 11011011 | 111010 | 101010 | 0 | 1110 | 11011111 | 1000000 | 111101 |
Color Harmonies of #5B7FDB
Complementary color
Monochromatic Colors of #5B7FDB
Black with #5B7FDB
Text Example
Text Example
White with #5B7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FDB; }
p { color: rgb(91,127,219); }
H1.HeaderClassName
{
color: #5B7FDB;
}
.AnyTagClassName
{
color: #5B7FDB;
}
</style>
background-color css
<style>
a { background-color: #5B7FDB; }
a { background-color: rgb(91,127,219); }
div.DivClassName
{
background-color: #5B7FDB;
}
.BgClassName
{
background-color: #5B7FDB;
}
</style>
border-color css
<style>
span { border-color: #5B7FDB; }
span { border-color: rgb(91,127,219); }
td.TdClassName
{
border-color: #5B7FDB;
}
.TagClassName
{
border-color: #5B7FDB;
}
</style>