Shades of Havelock Blue #5778CF
Tints of Havelock Blue #5778CF
RGB
CMYK
RGB Variations
Color information
#5778CF (or 0x5778CF) is known color: Havelock Blue. HEX triplet: 57, 78 and CF. RGB value is (87,120,207). Sum of RGB (Red+Green+Blue) = 87+120+207=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #5778CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778CF is #A88730. Grayscale: #777777. Windows color (decimal): -11044657 or 13596759. OLE color: 13596759.
HSL color Cylindrical-coordinate representation of color #5778CF: hue angle of 223.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5778CF is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 120 | 207 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.19 |
| HSL | 223.5º | 0.56% | 0.58% | - |
| HSV(B) | 223.5º | 0.58% | 0.81% | - |
| XYZ | 21.91 | 19.96 | 61.73 | - |
| YUV | 120.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 207 | 0.58 | 0.42 | 0 | 0.19 | 223.5 | 0.56 | 0.58 |
| Hex | 57 | 78 | CF | 3A | 2A | 0 | 13 | E0 | 38 | 3A |
| Octal | 127 | 170 | 317 | 72 | 52 | 0 | 23 | 340 | 70 | 72 |
| Binary | 1010111 | 1111000 | 11001111 | 111010 | 101010 | 0 | 10011 | 11100000 | 111000 | 111010 |
Color Harmonies of #5778CF
Complementary color
Monochromatic Colors of #5778CF
Black with #5778CF
Text Example
Text Example
White with #5778CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5778CF; }
p { color: rgb(87,120,207); }
H1.HeaderClassName
{
color: #5778CF;
}
.AnyTagClassName
{
color: #5778CF;
}
</style>
background-color css
<style>
a { background-color: #5778CF; }
a { background-color: rgb(87,120,207); }
div.DivClassName
{
background-color: #5778CF;
}
.BgClassName
{
background-color: #5778CF;
}
</style>
border-color css
<style>
span { border-color: #5778CF; }
span { border-color: rgb(87,120,207); }
td.TdClassName
{
border-color: #5778CF;
}
.TagClassName
{
border-color: #5778CF;
}
</style>