Shades of Havelock Blue #5D7EBA
Tints of Havelock Blue #5D7EBA
RGB
CMYK
RGB Variations
Color information
#5D7EBA (or 0x5D7EBA) is known color: Havelock Blue. HEX triplet: 5D, 7E and BA. RGB value is (93,126,186). Sum of RGB (Red+Green+Blue) = 93+126+186=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7EBA is #A28145. Grayscale: #7A7A7A. Windows color (decimal): -10649926 or 12222045. OLE color: 12222045.
HSL color Cylindrical-coordinate representation of color #5D7EBA: hue angle of 218.71º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D7EBA is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 126 | 186 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.27 |
| HSL | 218.71º | 0.4% | 0.55% | - |
| HSV(B) | 218.71º | 0.5% | 0.73% | - |
| XYZ | 20.84 | 20.79 | 49.37 | - |
| YUV | 122.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 126 | 186 | 0.5 | 0.32 | 0 | 0.27 | 218.71 | 0.4 | 0.55 |
| Hex | 5D | 7E | BA | 32 | 20 | 0 | 1B | DB | 28 | 37 |
| Octal | 135 | 176 | 272 | 62 | 40 | 0 | 33 | 333 | 50 | 67 |
| Binary | 1011101 | 1111110 | 10111010 | 110010 | 100000 | 0 | 11011 | 11011011 | 101000 | 110111 |
Color Harmonies of #5D7EBA
Complementary color
Monochromatic Colors of #5D7EBA
Black with #5D7EBA
Text Example
Text Example
White with #5D7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7EBA; }
p { color: rgb(93,126,186); }
H1.HeaderClassName
{
color: #5D7EBA;
}
.AnyTagClassName
{
color: #5D7EBA;
}
</style>
background-color css
<style>
a { background-color: #5D7EBA; }
a { background-color: rgb(93,126,186); }
div.DivClassName
{
background-color: #5D7EBA;
}
.BgClassName
{
background-color: #5D7EBA;
}
</style>
border-color css
<style>
span { border-color: #5D7EBA; }
span { border-color: rgb(93,126,186); }
td.TdClassName
{
border-color: #5D7EBA;
}
.TagClassName
{
border-color: #5D7EBA;
}
</style>