Shades of Havelock Blue #5D7EDA
Tints of Havelock Blue #5D7EDA
RGB
CMYK
RGB Variations
Color information
#5D7EDA (or 0x5D7EDA) is known color: Havelock Blue. HEX triplet: 5D, 7E and DA. RGB value is (93,126,218). Sum of RGB (Red+Green+Blue) = 93+126+218=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D7EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7EDA is #A28125. Grayscale: #7E7E7E. Windows color (decimal): -10649894 or 14319197. OLE color: 14319197.
HSL color Cylindrical-coordinate representation of color #5D7EDA: hue angle of 224.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D7EDA is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 126 | 218 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.15 |
| HSL | 224.16º | 0.63% | 0.61% | - |
| HSV(B) | 224.16º | 0.57% | 0.85% | - |
| XYZ | 24.63 | 22.31 | 69.34 | - |
| YUV | 126.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 126 | 218 | 0.57 | 0.42 | 0 | 0.15 | 224.16 | 0.63 | 0.61 |
| Hex | 5D | 7E | DA | 39 | 2A | 0 | F | E0 | 3F | 3D |
| Octal | 135 | 176 | 332 | 71 | 52 | 0 | 17 | 340 | 77 | 75 |
| Binary | 1011101 | 1111110 | 11011010 | 111001 | 101010 | 0 | 1111 | 11100000 | 111111 | 111101 |
Color Harmonies of #5D7EDA
Complementary color
Monochromatic Colors of #5D7EDA
Black with #5D7EDA
Text Example
Text Example
White with #5D7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7EDA; }
p { color: rgb(93,126,218); }
H1.HeaderClassName
{
color: #5D7EDA;
}
.AnyTagClassName
{
color: #5D7EDA;
}
</style>
background-color css
<style>
a { background-color: #5D7EDA; }
a { background-color: rgb(93,126,218); }
div.DivClassName
{
background-color: #5D7EDA;
}
.BgClassName
{
background-color: #5D7EDA;
}
</style>
border-color css
<style>
span { border-color: #5D7EDA; }
span { border-color: rgb(93,126,218); }
td.TdClassName
{
border-color: #5D7EDA;
}
.TagClassName
{
border-color: #5D7EDA;
}
</style>