Shades of Havelock Blue #5875C6
Tints of Havelock Blue #5875C6
RGB
CMYK
RGB Variations
Color information
#5875C6 (or 0x5875C6) is known color: Havelock Blue. HEX triplet: 58, 75 and C6. RGB value is (88,117,198). Sum of RGB (Red+Green+Blue) = 88+117+198=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #5875C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875C6 is #A78A39. Grayscale: #757575. Windows color (decimal): -10979898 or 13006168. OLE color: 13006168.
HSL color Cylindrical-coordinate representation of color #5875C6: hue angle of 224.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5875C6 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 117 | 198 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.22 |
| HSL | 224.18º | 0.49% | 0.56% | - |
| HSV(B) | 224.18º | 0.56% | 0.78% | - |
| XYZ | 20.58 | 18.87 | 55.98 | - |
| YUV | 117.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 198 | 0.56 | 0.41 | 0 | 0.22 | 224.18 | 0.49 | 0.56 |
| Hex | 58 | 75 | C6 | 38 | 29 | 0 | 16 | E0 | 31 | 38 |
| Octal | 130 | 165 | 306 | 70 | 51 | 0 | 26 | 340 | 61 | 70 |
| Binary | 1011000 | 1110101 | 11000110 | 111000 | 101001 | 0 | 10110 | 11100000 | 110001 | 111000 |
Color Harmonies of #5875C6
Complementary color
Monochromatic Colors of #5875C6
Black with #5875C6
Text Example
Text Example
White with #5875C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875C6; }
p { color: rgb(88,117,198); }
H1.HeaderClassName
{
color: #5875C6;
}
.AnyTagClassName
{
color: #5875C6;
}
</style>
background-color css
<style>
a { background-color: #5875C6; }
a { background-color: rgb(88,117,198); }
div.DivClassName
{
background-color: #5875C6;
}
.BgClassName
{
background-color: #5875C6;
}
</style>
border-color css
<style>
span { border-color: #5875C6; }
span { border-color: rgb(88,117,198); }
td.TdClassName
{
border-color: #5875C6;
}
.TagClassName
{
border-color: #5875C6;
}
</style>