Shades of Havelock Blue #5372BD
Tints of Havelock Blue #5372BD
RGB
CMYK
RGB Variations
Color information
#5372BD (or 0x5372BD) is known color: Havelock Blue. HEX triplet: 53, 72 and BD. RGB value is (83,114,189). Sum of RGB (Red+Green+Blue) = 83+114+189=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #5372BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372BD is #AC8D42. Grayscale: #707070. Windows color (decimal): -11308355 or 12415571. OLE color: 12415571.
HSL color Cylindrical-coordinate representation of color #5372BD: hue angle of 222.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5372BD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 114 | 189 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.26 |
| HSL | 222.45º | 0.45% | 0.53% | - |
| HSV(B) | 222.45º | 0.56% | 0.74% | - |
| XYZ | 18.77 | 17.55 | 50.54 | - |
| YUV | 113.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 189 | 0.56 | 0.40 | 0 | 0.26 | 222.45 | 0.45 | 0.53 |
| Hex | 53 | 72 | BD | 38 | 28 | 0 | 1A | DE | 2D | 35 |
| Octal | 123 | 162 | 275 | 70 | 50 | 0 | 32 | 336 | 55 | 65 |
| Binary | 1010011 | 1110010 | 10111101 | 111000 | 101000 | 0 | 11010 | 11011110 | 101101 | 110101 |
Color Harmonies of #5372BD
Complementary color
Monochromatic Colors of #5372BD
Black with #5372BD
Text Example
Text Example
White with #5372BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372BD; }
p { color: rgb(83,114,189); }
H1.HeaderClassName
{
color: #5372BD;
}
.AnyTagClassName
{
color: #5372BD;
}
</style>
background-color css
<style>
a { background-color: #5372BD; }
a { background-color: rgb(83,114,189); }
div.DivClassName
{
background-color: #5372BD;
}
.BgClassName
{
background-color: #5372BD;
}
</style>
border-color css
<style>
span { border-color: #5372BD; }
span { border-color: rgb(83,114,189); }
td.TdClassName
{
border-color: #5372BD;
}
.TagClassName
{
border-color: #5372BD;
}
</style>