Shades of Havelock Blue #5C7BAC
Tints of Havelock Blue #5C7BAC
RGB
CMYK
RGB Variations
Color information
#5C7BAC (or 0x5C7BAC) is known color: Havelock Blue. HEX triplet: 5C, 7B and AC. RGB value is (92,123,172). Sum of RGB (Red+Green+Blue) = 92+123+172=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7BAC is #A38453. Grayscale: #777777. Windows color (decimal): -10716244 or 11303772. OLE color: 11303772.
HSL color Cylindrical-coordinate representation of color #5C7BAC: hue angle of 216.75º 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 #5C7BAC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 123 | 172 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.33 |
| HSL | 216.75º | 0.33% | 0.52% | - |
| HSV(B) | 216.75º | 0.47% | 0.67% | - |
| XYZ | 18.94 | 19.42 | 41.78 | - |
| YUV | 119.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 172 | 0.47 | 0.28 | 0 | 0.33 | 216.75 | 0.33 | 0.52 |
| Hex | 5C | 7B | AC | 2F | 1C | 0 | 21 | D9 | 21 | 34 |
| Octal | 134 | 173 | 254 | 57 | 34 | 0 | 41 | 331 | 41 | 64 |
| Binary | 1011100 | 1111011 | 10101100 | 101111 | 11100 | 0 | 100001 | 11011001 | 100001 | 110100 |
Color Harmonies of #5C7BAC
Complementary color
Monochromatic Colors of #5C7BAC
Black with #5C7BAC
Text Example
Text Example
White with #5C7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7BAC; }
p { color: rgb(92,123,172); }
H1.HeaderClassName
{
color: #5C7BAC;
}
.AnyTagClassName
{
color: #5C7BAC;
}
</style>
background-color css
<style>
a { background-color: #5C7BAC; }
a { background-color: rgb(92,123,172); }
div.DivClassName
{
background-color: #5C7BAC;
}
.BgClassName
{
background-color: #5C7BAC;
}
</style>
border-color css
<style>
span { border-color: #5C7BAC; }
span { border-color: rgb(92,123,172); }
td.TdClassName
{
border-color: #5C7BAC;
}
.TagClassName
{
border-color: #5C7BAC;
}
</style>