Shades of Havelock Blue #5372CE
Tints of Havelock Blue #5372CE
RGB
CMYK
RGB Variations
Color information
#5372CE (or 0x5372CE) is known color: Havelock Blue. HEX triplet: 53, 72 and CE. RGB value is (83,114,206). Sum of RGB (Red+Green+Blue) = 83+114+206=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #5372CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372CE is #AC8D31. Grayscale: #727272. Windows color (decimal): -11308338 or 13529683. OLE color: 13529683.
HSL color Cylindrical-coordinate representation of color #5372CE: hue angle of 224.88º 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 #5372CE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 114 | 206 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.19 |
| HSL | 224.88º | 0.56% | 0.57% | - |
| HSV(B) | 224.88º | 0.6% | 0.81% | - |
| XYZ | 20.73 | 18.33 | 60.84 | - |
| YUV | 115.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 206 | 0.60 | 0.45 | 0 | 0.19 | 224.88 | 0.56 | 0.57 |
| Hex | 53 | 72 | CE | 3C | 2D | 0 | 13 | E1 | 38 | 39 |
| Octal | 123 | 162 | 316 | 74 | 55 | 0 | 23 | 341 | 70 | 71 |
| Binary | 1010011 | 1110010 | 11001110 | 111100 | 101101 | 0 | 10011 | 11100001 | 111000 | 111001 |
Color Harmonies of #5372CE
Complementary color
Monochromatic Colors of #5372CE
Black with #5372CE
Text Example
Text Example
White with #5372CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372CE; }
p { color: rgb(83,114,206); }
H1.HeaderClassName
{
color: #5372CE;
}
.AnyTagClassName
{
color: #5372CE;
}
</style>
background-color css
<style>
a { background-color: #5372CE; }
a { background-color: rgb(83,114,206); }
div.DivClassName
{
background-color: #5372CE;
}
.BgClassName
{
background-color: #5372CE;
}
</style>
border-color css
<style>
span { border-color: #5372CE; }
span { border-color: rgb(83,114,206); }
td.TdClassName
{
border-color: #5372CE;
}
.TagClassName
{
border-color: #5372CE;
}
</style>