Shades of Havelock Blue #5D7BAC
Tints of Havelock Blue #5D7BAC
RGB
CMYK
RGB Variations
Color information
#5D7BAC (or 0x5D7BAC) is known color: Havelock Blue. HEX triplet: 5D, 7B and AC. RGB value is (93,123,172). Sum of RGB (Red+Green+Blue) = 93+123+172=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7BAC is #A28453. Grayscale: #777777. Windows color (decimal): -10650708 or 11303773. OLE color: 11303773.
HSL color Cylindrical-coordinate representation of color #5D7BAC: hue angle of 217.22º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7BAC is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 123 | 172 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.33 |
| HSL | 217.22º | 0.32% | 0.52% | - |
| HSV(B) | 217.22º | 0.46% | 0.67% | - |
| XYZ | 19.04 | 19.47 | 41.78 | - |
| YUV | 119.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 123 | 172 | 0.46 | 0.28 | 0 | 0.33 | 217.22 | 0.32 | 0.52 |
| Hex | 5D | 7B | AC | 2E | 1C | 0 | 21 | D9 | 20 | 34 |
| Octal | 135 | 173 | 254 | 56 | 34 | 0 | 41 | 331 | 40 | 64 |
| Binary | 1011101 | 1111011 | 10101100 | 101110 | 11100 | 0 | 100001 | 11011001 | 100000 | 110100 |
Color Harmonies of #5D7BAC
Complementary color
Monochromatic Colors of #5D7BAC
Black with #5D7BAC
Text Example
Text Example
White with #5D7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7BAC; }
p { color: rgb(93,123,172); }
H1.HeaderClassName
{
color: #5D7BAC;
}
.AnyTagClassName
{
color: #5D7BAC;
}
</style>
background-color css
<style>
a { background-color: #5D7BAC; }
a { background-color: rgb(93,123,172); }
div.DivClassName
{
background-color: #5D7BAC;
}
.BgClassName
{
background-color: #5D7BAC;
}
</style>
border-color css
<style>
span { border-color: #5D7BAC; }
span { border-color: rgb(93,123,172); }
td.TdClassName
{
border-color: #5D7BAC;
}
.TagClassName
{
border-color: #5D7BAC;
}
</style>