Shades of Havelock Blue #5781CB
Tints of Havelock Blue #5781CB
RGB
CMYK
RGB Variations
Color information
#5781CB (or 0x5781CB) is known color: Havelock Blue. HEX triplet: 57, 81 and CB. RGB value is (87,129,203). Sum of RGB (Red+Green+Blue) = 87+129+203=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5781CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781CB is #A87E34. Grayscale: #7C7C7C. Windows color (decimal): -11042357 or 13336919. OLE color: 13336919.
HSL color Cylindrical-coordinate representation of color #5781CB: hue angle of 218.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5781CB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 129 | 203 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.20 |
| HSL | 218.28º | 0.53% | 0.57% | - |
| HSV(B) | 218.28º | 0.57% | 0.8% | - |
| XYZ | 22.56 | 22.04 | 59.56 | - |
| YUV | 124.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 203 | 0.57 | 0.36 | 0 | 0.20 | 218.28 | 0.53 | 0.57 |
| Hex | 57 | 81 | CB | 39 | 24 | 0 | 14 | DA | 35 | 39 |
| Octal | 127 | 201 | 313 | 71 | 44 | 0 | 24 | 332 | 65 | 71 |
| Binary | 1010111 | 10000001 | 11001011 | 111001 | 100100 | 0 | 10100 | 11011010 | 110101 | 111001 |
Color Harmonies of #5781CB
Complementary color
Monochromatic Colors of #5781CB
Black with #5781CB
Text Example
Text Example
White with #5781CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781CB; }
p { color: rgb(87,129,203); }
H1.HeaderClassName
{
color: #5781CB;
}
.AnyTagClassName
{
color: #5781CB;
}
</style>
background-color css
<style>
a { background-color: #5781CB; }
a { background-color: rgb(87,129,203); }
div.DivClassName
{
background-color: #5781CB;
}
.BgClassName
{
background-color: #5781CB;
}
</style>
border-color css
<style>
span { border-color: #5781CB; }
span { border-color: rgb(87,129,203); }
td.TdClassName
{
border-color: #5781CB;
}
.TagClassName
{
border-color: #5781CB;
}
</style>