Shades of Havelock Blue #5372CA
Tints of Havelock Blue #5372CA
RGB
CMYK
RGB Variations
Color information
#5372CA (or 0x5372CA) is known color: Havelock Blue. HEX triplet: 53, 72 and CA. RGB value is (83,114,202). Sum of RGB (Red+Green+Blue) = 83+114+202=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #5372CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372CA is #AC8D35. Grayscale: #727272. Windows color (decimal): -11308342 or 13267539. OLE color: 13267539.
HSL color Cylindrical-coordinate representation of color #5372CA: hue angle of 224.37º 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 #5372CA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 114 | 202 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.21 |
| HSL | 224.37º | 0.53% | 0.56% | - |
| HSV(B) | 224.37º | 0.59% | 0.79% | - |
| XYZ | 20.25 | 18.14 | 58.31 | - |
| YUV | 114.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 202 | 0.59 | 0.44 | 0 | 0.21 | 224.37 | 0.53 | 0.56 |
| Hex | 53 | 72 | CA | 3B | 2C | 0 | 15 | E0 | 35 | 38 |
| Octal | 123 | 162 | 312 | 73 | 54 | 0 | 25 | 340 | 65 | 70 |
| Binary | 1010011 | 1110010 | 11001010 | 111011 | 101100 | 0 | 10101 | 11100000 | 110101 | 111000 |
Color Harmonies of #5372CA
Complementary color
Monochromatic Colors of #5372CA
Black with #5372CA
Text Example
Text Example
White with #5372CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372CA; }
p { color: rgb(83,114,202); }
H1.HeaderClassName
{
color: #5372CA;
}
.AnyTagClassName
{
color: #5372CA;
}
</style>
background-color css
<style>
a { background-color: #5372CA; }
a { background-color: rgb(83,114,202); }
div.DivClassName
{
background-color: #5372CA;
}
.BgClassName
{
background-color: #5372CA;
}
</style>
border-color css
<style>
span { border-color: #5372CA; }
span { border-color: rgb(83,114,202); }
td.TdClassName
{
border-color: #5372CA;
}
.TagClassName
{
border-color: #5372CA;
}
</style>