Shades of Havelock Blue #5B7DB4
Tints of Havelock Blue #5B7DB4
RGB
CMYK
RGB Variations
Color information
#5B7DB4 (or 0x5B7DB4) is known color: Havelock Blue. HEX triplet: 5B, 7D and B4. RGB value is (91,125,180). Sum of RGB (Red+Green+Blue) = 91+125+180=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B7DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DB4 is #A4824B. Grayscale: #787878. Windows color (decimal): -10781260 or 11828571. OLE color: 11828571.
HSL color Cylindrical-coordinate representation of color #5B7DB4: hue angle of 217.08º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B7DB4 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 125 | 180 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.29 |
| HSL | 217.08º | 0.37% | 0.53% | - |
| HSV(B) | 217.08º | 0.49% | 0.71% | - |
| XYZ | 19.89 | 20.19 | 46.03 | - |
| YUV | 121.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 180 | 0.49 | 0.31 | 0 | 0.29 | 217.08 | 0.37 | 0.53 |
| Hex | 5B | 7D | B4 | 31 | 1F | 0 | 1D | D9 | 25 | 35 |
| Octal | 133 | 175 | 264 | 61 | 37 | 0 | 35 | 331 | 45 | 65 |
| Binary | 1011011 | 1111101 | 10110100 | 110001 | 11111 | 0 | 11101 | 11011001 | 100101 | 110101 |
Color Harmonies of #5B7DB4
Complementary color
Monochromatic Colors of #5B7DB4
Black with #5B7DB4
Text Example
Text Example
White with #5B7DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7DB4; }
p { color: rgb(91,125,180); }
H1.HeaderClassName
{
color: #5B7DB4;
}
.AnyTagClassName
{
color: #5B7DB4;
}
</style>
background-color css
<style>
a { background-color: #5B7DB4; }
a { background-color: rgb(91,125,180); }
div.DivClassName
{
background-color: #5B7DB4;
}
.BgClassName
{
background-color: #5B7DB4;
}
</style>
border-color css
<style>
span { border-color: #5B7DB4; }
span { border-color: rgb(91,125,180); }
td.TdClassName
{
border-color: #5B7DB4;
}
.TagClassName
{
border-color: #5B7DB4;
}
</style>