Shades of Havelock Blue #5B7AAD
Tints of Havelock Blue #5B7AAD
RGB
CMYK
RGB Variations
Color information
#5B7AAD (or 0x5B7AAD) is known color: Havelock Blue. HEX triplet: 5B, 7A and AD. RGB value is (91,122,173). Sum of RGB (Red+Green+Blue) = 91+122+173=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B7AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AAD is #A48552. Grayscale: #767676. Windows color (decimal): -10782035 or 11369051. OLE color: 11369051.
HSL color Cylindrical-coordinate representation of color #5B7AAD: hue angle of 217.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B7AAD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 122 | 173 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.32 |
| HSL | 217.32º | 0.33% | 0.52% | - |
| HSV(B) | 217.32º | 0.47% | 0.68% | - |
| XYZ | 18.82 | 19.16 | 42.24 | - |
| YUV | 118.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 173 | 0.47 | 0.29 | 0 | 0.32 | 217.32 | 0.33 | 0.52 |
| Hex | 5B | 7A | AD | 2F | 1D | 0 | 20 | D9 | 21 | 34 |
| Octal | 133 | 172 | 255 | 57 | 35 | 0 | 40 | 331 | 41 | 64 |
| Binary | 1011011 | 1111010 | 10101101 | 101111 | 11101 | 0 | 100000 | 11011001 | 100001 | 110100 |
Color Harmonies of #5B7AAD
Complementary color
Monochromatic Colors of #5B7AAD
Black with #5B7AAD
Text Example
Text Example
White with #5B7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7AAD; }
p { color: rgb(91,122,173); }
H1.HeaderClassName
{
color: #5B7AAD;
}
.AnyTagClassName
{
color: #5B7AAD;
}
</style>
background-color css
<style>
a { background-color: #5B7AAD; }
a { background-color: rgb(91,122,173); }
div.DivClassName
{
background-color: #5B7AAD;
}
.BgClassName
{
background-color: #5B7AAD;
}
</style>
border-color css
<style>
span { border-color: #5B7AAD; }
span { border-color: rgb(91,122,173); }
td.TdClassName
{
border-color: #5B7AAD;
}
.TagClassName
{
border-color: #5B7AAD;
}
</style>