Shades of Havelock Blue #5873CD
Tints of Havelock Blue #5873CD
RGB
CMYK
RGB Variations
Color information
#5873CD (or 0x5873CD) is known color: Havelock Blue. HEX triplet: 58, 73 and CD. RGB value is (88,115,205). Sum of RGB (Red+Green+Blue) = 88+115+205=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5873CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873CD is #A78C32. Grayscale: #747474. Windows color (decimal): -10980403 or 13464408. OLE color: 13464408.
HSL color Cylindrical-coordinate representation of color #5873CD: hue angle of 226.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5873CD is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 115 | 205 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.20 |
| HSL | 226.15º | 0.54% | 0.57% | - |
| HSV(B) | 226.15º | 0.57% | 0.8% | - |
| XYZ | 21.17 | 18.74 | 60.26 | - |
| YUV | 117.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 205 | 0.57 | 0.44 | 0 | 0.20 | 226.15 | 0.54 | 0.57 |
| Hex | 58 | 73 | CD | 39 | 2C | 0 | 14 | E2 | 36 | 39 |
| Octal | 130 | 163 | 315 | 71 | 54 | 0 | 24 | 342 | 66 | 71 |
| Binary | 1011000 | 1110011 | 11001101 | 111001 | 101100 | 0 | 10100 | 11100010 | 110110 | 111001 |
Color Harmonies of #5873CD
Complementary color
Monochromatic Colors of #5873CD
Black with #5873CD
Text Example
Text Example
White with #5873CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873CD; }
p { color: rgb(88,115,205); }
H1.HeaderClassName
{
color: #5873CD;
}
.AnyTagClassName
{
color: #5873CD;
}
</style>
background-color css
<style>
a { background-color: #5873CD; }
a { background-color: rgb(88,115,205); }
div.DivClassName
{
background-color: #5873CD;
}
.BgClassName
{
background-color: #5873CD;
}
</style>
border-color css
<style>
span { border-color: #5873CD; }
span { border-color: rgb(88,115,205); }
td.TdClassName
{
border-color: #5873CD;
}
.TagClassName
{
border-color: #5873CD;
}
</style>