Shades of Havelock Blue #5D7ECA
Tints of Havelock Blue #5D7ECA
RGB
CMYK
RGB Variations
Color information
#5D7ECA (or 0x5D7ECA) is known color: Havelock Blue. HEX triplet: 5D, 7E and CA. RGB value is (93,126,202). Sum of RGB (Red+Green+Blue) = 93+126+202=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D7ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7ECA is #A28135. Grayscale: #7C7C7C. Windows color (decimal): -10649910 or 13270621. OLE color: 13270621.
HSL color Cylindrical-coordinate representation of color #5D7ECA: hue angle of 221.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D7ECA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 126 | 202 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.21 |
| HSL | 221.83º | 0.51% | 0.58% | - |
| HSV(B) | 221.83º | 0.54% | 0.79% | - |
| XYZ | 22.64 | 21.51 | 58.84 | - |
| YUV | 124.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 126 | 202 | 0.54 | 0.38 | 0 | 0.21 | 221.83 | 0.51 | 0.58 |
| Hex | 5D | 7E | CA | 36 | 26 | 0 | 15 | DE | 33 | 3A |
| Octal | 135 | 176 | 312 | 66 | 46 | 0 | 25 | 336 | 63 | 72 |
| Binary | 1011101 | 1111110 | 11001010 | 110110 | 100110 | 0 | 10101 | 11011110 | 110011 | 111010 |
Color Harmonies of #5D7ECA
Complementary color
Monochromatic Colors of #5D7ECA
Black with #5D7ECA
Text Example
Text Example
White with #5D7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7ECA; }
p { color: rgb(93,126,202); }
H1.HeaderClassName
{
color: #5D7ECA;
}
.AnyTagClassName
{
color: #5D7ECA;
}
</style>
background-color css
<style>
a { background-color: #5D7ECA; }
a { background-color: rgb(93,126,202); }
div.DivClassName
{
background-color: #5D7ECA;
}
.BgClassName
{
background-color: #5D7ECA;
}
</style>
border-color css
<style>
span { border-color: #5D7ECA; }
span { border-color: rgb(93,126,202); }
td.TdClassName
{
border-color: #5D7ECA;
}
.TagClassName
{
border-color: #5D7ECA;
}
</style>