Shades of Havelock Blue #5B7ABC
Tints of Havelock Blue #5B7ABC
RGB
CMYK
RGB Variations
Color information
#5B7ABC (or 0x5B7ABC) is known color: Havelock Blue. HEX triplet: 5B, 7A and BC. RGB value is (91,122,188). Sum of RGB (Red+Green+Blue) = 91+122+188=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ABC is #A48543. Grayscale: #777777. Windows color (decimal): -10782020 or 12352091. OLE color: 12352091.
HSL color Cylindrical-coordinate representation of color #5B7ABC: hue angle of 220.82º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B7ABC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 122 | 188 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.26 |
| HSL | 220.82º | 0.42% | 0.55% | - |
| HSV(B) | 220.82º | 0.52% | 0.74% | - |
| XYZ | 20.35 | 19.77 | 50.32 | - |
| YUV | 120.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 188 | 0.52 | 0.35 | 0 | 0.26 | 220.82 | 0.42 | 0.55 |
| Hex | 5B | 7A | BC | 34 | 23 | 0 | 1A | DD | 2A | 37 |
| Octal | 133 | 172 | 274 | 64 | 43 | 0 | 32 | 335 | 52 | 67 |
| Binary | 1011011 | 1111010 | 10111100 | 110100 | 100011 | 0 | 11010 | 11011101 | 101010 | 110111 |
Color Harmonies of #5B7ABC
Complementary color
Monochromatic Colors of #5B7ABC
Black with #5B7ABC
Text Example
Text Example
White with #5B7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7ABC; }
p { color: rgb(91,122,188); }
H1.HeaderClassName
{
color: #5B7ABC;
}
.AnyTagClassName
{
color: #5B7ABC;
}
</style>
background-color css
<style>
a { background-color: #5B7ABC; }
a { background-color: rgb(91,122,188); }
div.DivClassName
{
background-color: #5B7ABC;
}
.BgClassName
{
background-color: #5B7ABC;
}
</style>
border-color css
<style>
span { border-color: #5B7ABC; }
span { border-color: rgb(91,122,188); }
td.TdClassName
{
border-color: #5B7ABC;
}
.TagClassName
{
border-color: #5B7ABC;
}
</style>