Shades of Havelock Blue #5883CF
Tints of Havelock Blue #5883CF
RGB
CMYK
RGB Variations
Color information
#5883CF (or 0x5883CF) is known color: Havelock Blue. HEX triplet: 58, 83 and CF. RGB value is (88,131,207). Sum of RGB (Red+Green+Blue) = 88+131+207=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #5883CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883CF is #A77C30. Grayscale: #7E7E7E. Windows color (decimal): -10976305 or 13599576. OLE color: 13599576.
HSL color Cylindrical-coordinate representation of color #5883CF: hue angle of 218.32º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5883CF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 131 | 207 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.19 |
| HSL | 218.32º | 0.55% | 0.58% | - |
| HSV(B) | 218.32º | 0.57% | 0.81% | - |
| XYZ | 23.4 | 22.81 | 62.2 | - |
| YUV | 126.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 207 | 0.57 | 0.37 | 0 | 0.19 | 218.32 | 0.55 | 0.58 |
| Hex | 58 | 83 | CF | 39 | 25 | 0 | 13 | DA | 37 | 3A |
| Octal | 130 | 203 | 317 | 71 | 45 | 0 | 23 | 332 | 67 | 72 |
| Binary | 1011000 | 10000011 | 11001111 | 111001 | 100101 | 0 | 10011 | 11011010 | 110111 | 111010 |
Color Harmonies of #5883CF
Complementary color
Monochromatic Colors of #5883CF
Black with #5883CF
Text Example
Text Example
White with #5883CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883CF; }
p { color: rgb(88,131,207); }
H1.HeaderClassName
{
color: #5883CF;
}
.AnyTagClassName
{
color: #5883CF;
}
</style>
background-color css
<style>
a { background-color: #5883CF; }
a { background-color: rgb(88,131,207); }
div.DivClassName
{
background-color: #5883CF;
}
.BgClassName
{
background-color: #5883CF;
}
</style>
border-color css
<style>
span { border-color: #5883CF; }
span { border-color: rgb(88,131,207); }
td.TdClassName
{
border-color: #5883CF;
}
.TagClassName
{
border-color: #5883CF;
}
</style>