Shades of Havelock Blue #5875B7
Tints of Havelock Blue #5875B7
RGB
CMYK
RGB Variations
Color information
#5875B7 (or 0x5875B7) is known color: Havelock Blue. HEX triplet: 58, 75 and B7. RGB value is (88,117,183). Sum of RGB (Red+Green+Blue) = 88+117+183=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #5875B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875B7 is #A78A48. Grayscale: #737373. Windows color (decimal): -10979913 or 12023128. OLE color: 12023128.
HSL color Cylindrical-coordinate representation of color #5875B7: hue angle of 221.68º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5875B7 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 117 | 183 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.28 |
| HSL | 221.68º | 0.4% | 0.53% | - |
| HSV(B) | 221.68º | 0.52% | 0.72% | - |
| XYZ | 18.93 | 18.22 | 47.32 | - |
| YUV | 115.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 183 | 0.52 | 0.36 | 0 | 0.28 | 221.68 | 0.4 | 0.53 |
| Hex | 58 | 75 | B7 | 34 | 24 | 0 | 1C | DE | 28 | 35 |
| Octal | 130 | 165 | 267 | 64 | 44 | 0 | 34 | 336 | 50 | 65 |
| Binary | 1011000 | 1110101 | 10110111 | 110100 | 100100 | 0 | 11100 | 11011110 | 101000 | 110101 |
Color Harmonies of #5875B7
Complementary color
Monochromatic Colors of #5875B7
Black with #5875B7
Text Example
Text Example
White with #5875B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875B7; }
p { color: rgb(88,117,183); }
H1.HeaderClassName
{
color: #5875B7;
}
.AnyTagClassName
{
color: #5875B7;
}
</style>
background-color css
<style>
a { background-color: #5875B7; }
a { background-color: rgb(88,117,183); }
div.DivClassName
{
background-color: #5875B7;
}
.BgClassName
{
background-color: #5875B7;
}
</style>
border-color css
<style>
span { border-color: #5875B7; }
span { border-color: rgb(88,117,183); }
td.TdClassName
{
border-color: #5875B7;
}
.TagClassName
{
border-color: #5875B7;
}
</style>