Shades of Havelock Blue #5B7AAC
Tints of Havelock Blue #5B7AAC
RGB
CMYK
RGB Variations
Color information
#5B7AAC (or 0x5B7AAC) is known color: Havelock Blue. HEX triplet: 5B, 7A and AC. RGB value is (91,122,172). Sum of RGB (Red+Green+Blue) = 91+122+172=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AAC is #A48553. Grayscale: #767676. Windows color (decimal): -10782036 or 11303515. OLE color: 11303515.
HSL color Cylindrical-coordinate representation of color #5B7AAC: hue angle of 217.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B7AAC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 122 | 172 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.33 |
| HSL | 217.04º | 0.33% | 0.52% | - |
| HSV(B) | 217.04º | 0.47% | 0.67% | - |
| XYZ | 18.72 | 19.12 | 41.73 | - |
| YUV | 118.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 172 | 0.47 | 0.29 | 0 | 0.33 | 217.04 | 0.33 | 0.52 |
| Hex | 5B | 7A | AC | 2F | 1D | 0 | 21 | D9 | 21 | 34 |
| Octal | 133 | 172 | 254 | 57 | 35 | 0 | 41 | 331 | 41 | 64 |
| Binary | 1011011 | 1111010 | 10101100 | 101111 | 11101 | 0 | 100001 | 11011001 | 100001 | 110100 |
Color Harmonies of #5B7AAC
Complementary color
Monochromatic Colors of #5B7AAC
Black with #5B7AAC
Text Example
Text Example
White with #5B7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7AAC; }
p { color: rgb(91,122,172); }
H1.HeaderClassName
{
color: #5B7AAC;
}
.AnyTagClassName
{
color: #5B7AAC;
}
</style>
background-color css
<style>
a { background-color: #5B7AAC; }
a { background-color: rgb(91,122,172); }
div.DivClassName
{
background-color: #5B7AAC;
}
.BgClassName
{
background-color: #5B7AAC;
}
</style>
border-color css
<style>
span { border-color: #5B7AAC; }
span { border-color: rgb(91,122,172); }
td.TdClassName
{
border-color: #5B7AAC;
}
.TagClassName
{
border-color: #5B7AAC;
}
</style>