Shades of Havelock Blue #5879CF
Tints of Havelock Blue #5879CF
RGB
CMYK
RGB Variations
Color information
#5879CF (or 0x5879CF) is known color: Havelock Blue. HEX triplet: 58, 79 and CF. RGB value is (88,121,207). Sum of RGB (Red+Green+Blue) = 88+121+207=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #5879CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879CF is #A78630. Grayscale: #787878. Windows color (decimal): -10978865 or 13597016. OLE color: 13597016.
HSL color Cylindrical-coordinate representation of color #5879CF: hue angle of 223.36º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5879CF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 121 | 207 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.19 |
| HSL | 223.36º | 0.55% | 0.58% | - |
| HSV(B) | 223.36º | 0.57% | 0.81% | - |
| XYZ | 22.12 | 20.25 | 61.77 | - |
| YUV | 120.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 207 | 0.57 | 0.42 | 0 | 0.19 | 223.36 | 0.55 | 0.58 |
| Hex | 58 | 79 | CF | 39 | 2A | 0 | 13 | DF | 37 | 3A |
| Octal | 130 | 171 | 317 | 71 | 52 | 0 | 23 | 337 | 67 | 72 |
| Binary | 1011000 | 1111001 | 11001111 | 111001 | 101010 | 0 | 10011 | 11011111 | 110111 | 111010 |
Color Harmonies of #5879CF
Complementary color
Monochromatic Colors of #5879CF
Black with #5879CF
Text Example
Text Example
White with #5879CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5879CF; }
p { color: rgb(88,121,207); }
H1.HeaderClassName
{
color: #5879CF;
}
.AnyTagClassName
{
color: #5879CF;
}
</style>
background-color css
<style>
a { background-color: #5879CF; }
a { background-color: rgb(88,121,207); }
div.DivClassName
{
background-color: #5879CF;
}
.BgClassName
{
background-color: #5879CF;
}
</style>
border-color css
<style>
span { border-color: #5879CF; }
span { border-color: rgb(88,121,207); }
td.TdClassName
{
border-color: #5879CF;
}
.TagClassName
{
border-color: #5879CF;
}
</style>