Shades of Havelock Blue #5781CC
Tints of Havelock Blue #5781CC
RGB
CMYK
RGB Variations
Color information
#5781CC (or 0x5781CC) is known color: Havelock Blue. HEX triplet: 57, 81 and CC. RGB value is (87,129,204). Sum of RGB (Red+Green+Blue) = 87+129+204=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5781CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781CC is #A87E33. Grayscale: #7C7C7C. Windows color (decimal): -11042356 or 13402455. OLE color: 13402455.
HSL color Cylindrical-coordinate representation of color #5781CC: hue angle of 218.46º 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 #5781CC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 129 | 204 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.2 |
| HSL | 218.46º | 0.53% | 0.57% | - |
| HSV(B) | 218.46º | 0.57% | 0.8% | - |
| XYZ | 22.68 | 22.09 | 60.19 | - |
| YUV | 124.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 204 | 0.57 | 0.37 | 0 | 0.2 | 218.46 | 0.53 | 0.57 |
| Hex | 57 | 81 | CC | 39 | 25 | 0 | 14 | DA | 35 | 39 |
| Octal | 127 | 201 | 314 | 71 | 45 | 0 | 24 | 332 | 65 | 71 |
| Binary | 1010111 | 10000001 | 11001100 | 111001 | 100101 | 0 | 10100 | 11011010 | 110101 | 111001 |
Color Harmonies of #5781CC
Complementary color
Monochromatic Colors of #5781CC
Black with #5781CC
Text Example
Text Example
White with #5781CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781CC; }
p { color: rgb(87,129,204); }
H1.HeaderClassName
{
color: #5781CC;
}
.AnyTagClassName
{
color: #5781CC;
}
</style>
background-color css
<style>
a { background-color: #5781CC; }
a { background-color: rgb(87,129,204); }
div.DivClassName
{
background-color: #5781CC;
}
.BgClassName
{
background-color: #5781CC;
}
</style>
border-color css
<style>
span { border-color: #5781CC; }
span { border-color: rgb(87,129,204); }
td.TdClassName
{
border-color: #5781CC;
}
.TagClassName
{
border-color: #5781CC;
}
</style>