Shades of Havelock Blue #5373CE
Tints of Havelock Blue #5373CE
RGB
CMYK
RGB Variations
Color information
#5373CE (or 0x5373CE) is known color: Havelock Blue. HEX triplet: 53, 73 and CE. RGB value is (83,115,206). Sum of RGB (Red+Green+Blue) = 83+115+206=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5373CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373CE is #AC8C31. Grayscale: #737373. Windows color (decimal): -11308082 or 13529939. OLE color: 13529939.
HSL color Cylindrical-coordinate representation of color #5373CE: hue angle of 224.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5373CE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 115 | 206 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.19 |
| HSL | 224.39º | 0.56% | 0.57% | - |
| HSV(B) | 224.39º | 0.6% | 0.81% | - |
| XYZ | 20.84 | 18.56 | 60.88 | - |
| YUV | 115.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 206 | 0.60 | 0.44 | 0 | 0.19 | 224.39 | 0.56 | 0.57 |
| Hex | 53 | 73 | CE | 3C | 2C | 0 | 13 | E0 | 38 | 39 |
| Octal | 123 | 163 | 316 | 74 | 54 | 0 | 23 | 340 | 70 | 71 |
| Binary | 1010011 | 1110011 | 11001110 | 111100 | 101100 | 0 | 10011 | 11100000 | 111000 | 111001 |
Color Harmonies of #5373CE
Complementary color
Monochromatic Colors of #5373CE
Black with #5373CE
Text Example
Text Example
White with #5373CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373CE; }
p { color: rgb(83,115,206); }
H1.HeaderClassName
{
color: #5373CE;
}
.AnyTagClassName
{
color: #5373CE;
}
</style>
background-color css
<style>
a { background-color: #5373CE; }
a { background-color: rgb(83,115,206); }
div.DivClassName
{
background-color: #5373CE;
}
.BgClassName
{
background-color: #5373CE;
}
</style>
border-color css
<style>
span { border-color: #5373CE; }
span { border-color: rgb(83,115,206); }
td.TdClassName
{
border-color: #5373CE;
}
.TagClassName
{
border-color: #5373CE;
}
</style>