Shades of Havelock Blue #5781BD
Tints of Havelock Blue #5781BD
RGB
CMYK
RGB Variations
Color information
#5781BD (or 0x5781BD) is known color: Havelock Blue. HEX triplet: 57, 81 and BD. RGB value is (87,129,189). Sum of RGB (Red+Green+Blue) = 87+129+189=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #5781BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781BD is #A87E42. Grayscale: #7B7B7B. Windows color (decimal): -11042371 or 12419415. OLE color: 12419415.
HSL color Cylindrical-coordinate representation of color #5781BD: hue angle of 215.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5781BD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 129 | 189 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.26 |
| HSL | 215.29º | 0.44% | 0.54% | - |
| HSV(B) | 215.29º | 0.54% | 0.74% | - |
| XYZ | 20.97 | 21.4 | 51.17 | - |
| YUV | 123.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 189 | 0.54 | 0.32 | 0 | 0.26 | 215.29 | 0.44 | 0.54 |
| Hex | 57 | 81 | BD | 36 | 20 | 0 | 1A | D7 | 2C | 36 |
| Octal | 127 | 201 | 275 | 66 | 40 | 0 | 32 | 327 | 54 | 66 |
| Binary | 1010111 | 10000001 | 10111101 | 110110 | 100000 | 0 | 11010 | 11010111 | 101100 | 110110 |
Color Harmonies of #5781BD
Complementary color
Monochromatic Colors of #5781BD
Black with #5781BD
Text Example
Text Example
White with #5781BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781BD; }
p { color: rgb(87,129,189); }
H1.HeaderClassName
{
color: #5781BD;
}
.AnyTagClassName
{
color: #5781BD;
}
</style>
background-color css
<style>
a { background-color: #5781BD; }
a { background-color: rgb(87,129,189); }
div.DivClassName
{
background-color: #5781BD;
}
.BgClassName
{
background-color: #5781BD;
}
</style>
border-color css
<style>
span { border-color: #5781BD; }
span { border-color: rgb(87,129,189); }
td.TdClassName
{
border-color: #5781BD;
}
.TagClassName
{
border-color: #5781BD;
}
</style>