Shades of Havelock Blue #5780CC
Tints of Havelock Blue #5780CC
RGB
CMYK
RGB Variations
Color information
#5780CC (or 0x5780CC) is known color: Havelock Blue. HEX triplet: 57, 80 and CC. RGB value is (87,128,204). Sum of RGB (Red+Green+Blue) = 87+128+204=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5780CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780CC is #A87F33. Grayscale: #7C7C7C. Windows color (decimal): -11042612 or 13402199. OLE color: 13402199.
HSL color Cylindrical-coordinate representation of color #5780CC: hue angle of 218.97º 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 #5780CC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 128 | 204 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.2 |
| HSL | 218.97º | 0.53% | 0.57% | - |
| HSV(B) | 218.97º | 0.57% | 0.8% | - |
| XYZ | 22.55 | 21.82 | 60.15 | - |
| YUV | 124.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 204 | 0.57 | 0.37 | 0 | 0.2 | 218.97 | 0.53 | 0.57 |
| Hex | 57 | 80 | CC | 39 | 25 | 0 | 14 | DB | 35 | 39 |
| Octal | 127 | 200 | 314 | 71 | 45 | 0 | 24 | 333 | 65 | 71 |
| Binary | 1010111 | 10000000 | 11001100 | 111001 | 100101 | 0 | 10100 | 11011011 | 110101 | 111001 |
Color Harmonies of #5780CC
Complementary color
Monochromatic Colors of #5780CC
Black with #5780CC
Text Example
Text Example
White with #5780CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780CC; }
p { color: rgb(87,128,204); }
H1.HeaderClassName
{
color: #5780CC;
}
.AnyTagClassName
{
color: #5780CC;
}
</style>
background-color css
<style>
a { background-color: #5780CC; }
a { background-color: rgb(87,128,204); }
div.DivClassName
{
background-color: #5780CC;
}
.BgClassName
{
background-color: #5780CC;
}
</style>
border-color css
<style>
span { border-color: #5780CC; }
span { border-color: rgb(87,128,204); }
td.TdClassName
{
border-color: #5780CC;
}
.TagClassName
{
border-color: #5780CC;
}
</style>