Shades of Havelock Blue #5883BF
Tints of Havelock Blue #5883BF
RGB
CMYK
RGB Variations
Color information
#5883BF (or 0x5883BF) is known color: Havelock Blue. HEX triplet: 58, 83 and BF. RGB value is (88,131,191). Sum of RGB (Red+Green+Blue) = 88+131+191=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #5883BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883BF is #A77C40. Grayscale: #7C7C7C. Windows color (decimal): -10976321 or 12551000. OLE color: 12551000.
HSL color Cylindrical-coordinate representation of color #5883BF: hue angle of 214.95º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5883BF is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 131 | 191 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.25 |
| HSL | 214.95º | 0.45% | 0.55% | - |
| HSV(B) | 214.95º | 0.54% | 0.75% | - |
| XYZ | 21.54 | 22.07 | 52.41 | - |
| YUV | 124.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 191 | 0.54 | 0.31 | 0 | 0.25 | 214.95 | 0.45 | 0.55 |
| Hex | 58 | 83 | BF | 36 | 1F | 0 | 19 | D7 | 2D | 37 |
| Octal | 130 | 203 | 277 | 66 | 37 | 0 | 31 | 327 | 55 | 67 |
| Binary | 1011000 | 10000011 | 10111111 | 110110 | 11111 | 0 | 11001 | 11010111 | 101101 | 110111 |
Color Harmonies of #5883BF
Complementary color
Monochromatic Colors of #5883BF
Black with #5883BF
Text Example
Text Example
White with #5883BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883BF; }
p { color: rgb(88,131,191); }
H1.HeaderClassName
{
color: #5883BF;
}
.AnyTagClassName
{
color: #5883BF;
}
</style>
background-color css
<style>
a { background-color: #5883BF; }
a { background-color: rgb(88,131,191); }
div.DivClassName
{
background-color: #5883BF;
}
.BgClassName
{
background-color: #5883BF;
}
</style>
border-color css
<style>
span { border-color: #5883BF; }
span { border-color: rgb(88,131,191); }
td.TdClassName
{
border-color: #5883BF;
}
.TagClassName
{
border-color: #5883BF;
}
</style>