Shades of Havelock Blue #5882B6
Tints of Havelock Blue #5882B6
RGB
CMYK
RGB Variations
Color information
#5882B6 (or 0x5882B6) is known color: Havelock Blue. HEX triplet: 58, 82 and B6. RGB value is (88,130,182). Sum of RGB (Red+Green+Blue) = 88+130+182=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #5882B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5882B6 is #A77D49. Grayscale: #7B7B7B. Windows color (decimal): -10976586 or 11960920. OLE color: 11960920.
HSL color Cylindrical-coordinate representation of color #5882B6: hue angle of 213.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5882B6 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 130 | 182 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.29 |
| HSL | 213.19º | 0.39% | 0.53% | - |
| HSV(B) | 213.19º | 0.52% | 0.71% | - |
| XYZ | 20.45 | 21.42 | 47.31 | - |
| YUV | 123.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 182 | 0.52 | 0.29 | 0 | 0.29 | 213.19 | 0.39 | 0.53 |
| Hex | 58 | 82 | B6 | 34 | 1D | 0 | 1D | D5 | 27 | 35 |
| Octal | 130 | 202 | 266 | 64 | 35 | 0 | 35 | 325 | 47 | 65 |
| Binary | 1011000 | 10000010 | 10110110 | 110100 | 11101 | 0 | 11101 | 11010101 | 100111 | 110101 |
Color Harmonies of #5882B6
Complementary color
Monochromatic Colors of #5882B6
Black with #5882B6
Text Example
Text Example
White with #5882B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5882B6; }
p { color: rgb(88,130,182); }
H1.HeaderClassName
{
color: #5882B6;
}
.AnyTagClassName
{
color: #5882B6;
}
</style>
background-color css
<style>
a { background-color: #5882B6; }
a { background-color: rgb(88,130,182); }
div.DivClassName
{
background-color: #5882B6;
}
.BgClassName
{
background-color: #5882B6;
}
</style>
border-color css
<style>
span { border-color: #5882B6; }
span { border-color: rgb(88,130,182); }
td.TdClassName
{
border-color: #5882B6;
}
.TagClassName
{
border-color: #5882B6;
}
</style>