Shades of Havelock Blue #5875BB
Tints of Havelock Blue #5875BB
RGB
CMYK
RGB Variations
Color information
#5875BB (or 0x5875BB) is known color: Havelock Blue. HEX triplet: 58, 75 and BB. RGB value is (88,117,187). Sum of RGB (Red+Green+Blue) = 88+117+187=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #5875BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875BB is #A78A44. Grayscale: #747474. Windows color (decimal): -10979909 or 12285272. OLE color: 12285272.
HSL color Cylindrical-coordinate representation of color #5875BB: hue angle of 222.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5875BB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 117 | 187 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.27 |
| HSL | 222.42º | 0.42% | 0.54% | - |
| HSV(B) | 222.42º | 0.53% | 0.73% | - |
| XYZ | 19.36 | 18.39 | 49.54 | - |
| YUV | 116.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 187 | 0.53 | 0.37 | 0 | 0.27 | 222.42 | 0.42 | 0.54 |
| Hex | 58 | 75 | BB | 35 | 25 | 0 | 1B | DE | 2A | 36 |
| Octal | 130 | 165 | 273 | 65 | 45 | 0 | 33 | 336 | 52 | 66 |
| Binary | 1011000 | 1110101 | 10111011 | 110101 | 100101 | 0 | 11011 | 11011110 | 101010 | 110110 |
Color Harmonies of #5875BB
Complementary color
Monochromatic Colors of #5875BB
Black with #5875BB
Text Example
Text Example
White with #5875BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5875BB; }
p { color: rgb(88,117,187); }
H1.HeaderClassName
{
color: #5875BB;
}
.AnyTagClassName
{
color: #5875BB;
}
</style>
background-color css
<style>
a { background-color: #5875BB; }
a { background-color: rgb(88,117,187); }
div.DivClassName
{
background-color: #5875BB;
}
.BgClassName
{
background-color: #5875BB;
}
</style>
border-color css
<style>
span { border-color: #5875BB; }
span { border-color: rgb(88,117,187); }
td.TdClassName
{
border-color: #5875BB;
}
.TagClassName
{
border-color: #5875BB;
}
</style>