Shades of Havelock Blue #5B7ABF
Tints of Havelock Blue #5B7ABF
RGB
CMYK
RGB Variations
Color information
#5B7ABF (or 0x5B7ABF) is known color: Havelock Blue. HEX triplet: 5B, 7A and BF. RGB value is (91,122,191). Sum of RGB (Red+Green+Blue) = 91+122+191=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ABF is #A48540. Grayscale: #787878. Windows color (decimal): -10782017 or 12548699. OLE color: 12548699.
HSL color Cylindrical-coordinate representation of color #5B7ABF: hue angle of 221.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B7ABF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 122 | 191 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.25 |
| HSL | 221.4º | 0.44% | 0.55% | - |
| HSV(B) | 221.4º | 0.52% | 0.75% | - |
| XYZ | 20.68 | 19.9 | 52.04 | - |
| YUV | 120.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 191 | 0.52 | 0.36 | 0 | 0.25 | 221.4 | 0.44 | 0.55 |
| Hex | 5B | 7A | BF | 34 | 24 | 0 | 19 | DD | 2C | 37 |
| Octal | 133 | 172 | 277 | 64 | 44 | 0 | 31 | 335 | 54 | 67 |
| Binary | 1011011 | 1111010 | 10111111 | 110100 | 100100 | 0 | 11001 | 11011101 | 101100 | 110111 |
Color Harmonies of #5B7ABF
Complementary color
Monochromatic Colors of #5B7ABF
Black with #5B7ABF
Text Example
Text Example
White with #5B7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7ABF; }
p { color: rgb(91,122,191); }
H1.HeaderClassName
{
color: #5B7ABF;
}
.AnyTagClassName
{
color: #5B7ABF;
}
</style>
background-color css
<style>
a { background-color: #5B7ABF; }
a { background-color: rgb(91,122,191); }
div.DivClassName
{
background-color: #5B7ABF;
}
.BgClassName
{
background-color: #5B7ABF;
}
</style>
border-color css
<style>
span { border-color: #5B7ABF; }
span { border-color: rgb(91,122,191); }
td.TdClassName
{
border-color: #5B7ABF;
}
.TagClassName
{
border-color: #5B7ABF;
}
</style>