Shades of Havelock Blue #5780CB
Tints of Havelock Blue #5780CB
RGB
CMYK
RGB Variations
Color information
#5780CB (or 0x5780CB) is known color: Havelock Blue. HEX triplet: 57, 80 and CB. RGB value is (87,128,203). Sum of RGB (Red+Green+Blue) = 87+128+203=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #5780CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780CB is #A87F34. Grayscale: #7B7B7B. Windows color (decimal): -11042613 or 13336663. OLE color: 13336663.
HSL color Cylindrical-coordinate representation of color #5780CB: hue angle of 218.79º 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 #5780CB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 128 | 203 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.20 |
| HSL | 218.79º | 0.53% | 0.57% | - |
| HSV(B) | 218.79º | 0.57% | 0.8% | - |
| XYZ | 22.43 | 21.78 | 59.52 | - |
| YUV | 124.29 | 172.42 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 203 | 0.57 | 0.37 | 0 | 0.20 | 218.79 | 0.53 | 0.57 |
| Hex | 57 | 80 | CB | 39 | 25 | 0 | 14 | DB | 35 | 39 |
| Octal | 127 | 200 | 313 | 71 | 45 | 0 | 24 | 333 | 65 | 71 |
| Binary | 1010111 | 10000000 | 11001011 | 111001 | 100101 | 0 | 10100 | 11011011 | 110101 | 111001 |
Color Harmonies of #5780CB
Complementary color
Monochromatic Colors of #5780CB
Black with #5780CB
Text Example
Text Example
White with #5780CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780CB; }
p { color: rgb(87,128,203); }
H1.HeaderClassName
{
color: #5780CB;
}
.AnyTagClassName
{
color: #5780CB;
}
</style>
background-color css
<style>
a { background-color: #5780CB; }
a { background-color: rgb(87,128,203); }
div.DivClassName
{
background-color: #5780CB;
}
.BgClassName
{
background-color: #5780CB;
}
</style>
border-color css
<style>
span { border-color: #5780CB; }
span { border-color: rgb(87,128,203); }
td.TdClassName
{
border-color: #5780CB;
}
.TagClassName
{
border-color: #5780CB;
}
</style>