Shades of Havelock Blue #5B7DDB
Tints of Havelock Blue #5B7DDB
RGB
CMYK
RGB Variations
Color information
#5B7DDB (or 0x5B7DDB) is known color: Havelock Blue. HEX triplet: 5B, 7D and DB. RGB value is (91,125,219). Sum of RGB (Red+Green+Blue) = 91+125+219=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DDB is #A48224. Grayscale: #7D7D7D. Windows color (decimal): -10781221 or 14384475. OLE color: 14384475.
HSL color Cylindrical-coordinate representation of color #5B7DDB: hue angle of 224.06º 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 #5B7DDB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 125 | 219 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.14 |
| HSL | 224.06º | 0.64% | 0.61% | - |
| HSV(B) | 224.06º | 0.58% | 0.86% | - |
| XYZ | 24.43 | 22.01 | 69.98 | - |
| YUV | 125.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 219 | 0.58 | 0.43 | 0 | 0.14 | 224.06 | 0.64 | 0.61 |
| Hex | 5B | 7D | DB | 3A | 2B | 0 | E | E0 | 40 | 3D |
| Octal | 133 | 175 | 333 | 72 | 53 | 0 | 16 | 340 | 100 | 75 |
| Binary | 1011011 | 1111101 | 11011011 | 111010 | 101011 | 0 | 1110 | 11100000 | 1000000 | 111101 |
Color Harmonies of #5B7DDB
Complementary color
Monochromatic Colors of #5B7DDB
Black with #5B7DDB
Text Example
Text Example
White with #5B7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DDB; }
p { color: rgb(91,125,219); }
H1.HeaderClassName
{
color: #5B7DDB;
}
.AnyTagClassName
{
color: #5B7DDB;
}
</style>
background-color css
<style>
a { background-color: #5B7DDB; }
a { background-color: rgb(91,125,219); }
div.DivClassName
{
background-color: #5B7DDB;
}
.BgClassName
{
background-color: #5B7DDB;
}
</style>
border-color css
<style>
span { border-color: #5B7DDB; }
span { border-color: rgb(91,125,219); }
td.TdClassName
{
border-color: #5B7DDB;
}
.TagClassName
{
border-color: #5B7DDB;
}
</style>