Shades of Havelock Blue #5373CA
Tints of Havelock Blue #5373CA
RGB
CMYK
RGB Variations
Color information
#5373CA (or 0x5373CA) is known color: Havelock Blue. HEX triplet: 53, 73 and CA. RGB value is (83,115,202). Sum of RGB (Red+Green+Blue) = 83+115+202=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #5373CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373CA is #AC8C35. Grayscale: #727272. Windows color (decimal): -11308086 or 13267795. OLE color: 13267795.
HSL color Cylindrical-coordinate representation of color #5373CA: hue angle of 223.87º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5373CA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 115 | 202 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.21 |
| HSL | 223.87º | 0.53% | 0.56% | - |
| HSV(B) | 223.87º | 0.59% | 0.79% | - |
| XYZ | 20.36 | 18.36 | 58.35 | - |
| YUV | 115.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 202 | 0.59 | 0.43 | 0 | 0.21 | 223.87 | 0.53 | 0.56 |
| Hex | 53 | 73 | CA | 3B | 2B | 0 | 15 | E0 | 35 | 38 |
| Octal | 123 | 163 | 312 | 73 | 53 | 0 | 25 | 340 | 65 | 70 |
| Binary | 1010011 | 1110011 | 11001010 | 111011 | 101011 | 0 | 10101 | 11100000 | 110101 | 111000 |
Color Harmonies of #5373CA
Complementary color
Monochromatic Colors of #5373CA
Black with #5373CA
Text Example
Text Example
White with #5373CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373CA; }
p { color: rgb(83,115,202); }
H1.HeaderClassName
{
color: #5373CA;
}
.AnyTagClassName
{
color: #5373CA;
}
</style>
background-color css
<style>
a { background-color: #5373CA; }
a { background-color: rgb(83,115,202); }
div.DivClassName
{
background-color: #5373CA;
}
.BgClassName
{
background-color: #5373CA;
}
</style>
border-color css
<style>
span { border-color: #5373CA; }
span { border-color: rgb(83,115,202); }
td.TdClassName
{
border-color: #5373CA;
}
.TagClassName
{
border-color: #5373CA;
}
</style>