Shades of Havelock Blue #538ED4
Tints of Havelock Blue #538ED4
RGB
CMYK
RGB Variations
Color information
#538ED4 (or 0x538ED4) is known color: Havelock Blue. HEX triplet: 53, 8E and D4. RGB value is (83,142,212). Sum of RGB (Red+Green+Blue) = 83+142+212=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #538ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ED4 is #AC712B. Grayscale: #848484. Windows color (decimal): -11301164 or 13930067. OLE color: 13930067.
HSL color Cylindrical-coordinate representation of color #538ED4: hue angle of 212.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538ED4 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 142 | 212 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.17 |
| HSL | 212.56º | 0.6% | 0.58% | - |
| HSV(B) | 212.56º | 0.61% | 0.83% | - |
| XYZ | 25.12 | 25.94 | 65.97 | - |
| YUV | 132.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 212 | 0.61 | 0.33 | 0 | 0.17 | 212.56 | 0.6 | 0.58 |
| Hex | 53 | 8E | D4 | 3D | 21 | 0 | 11 | D5 | 3C | 3A |
| Octal | 123 | 216 | 324 | 75 | 41 | 0 | 21 | 325 | 74 | 72 |
| Binary | 1010011 | 10001110 | 11010100 | 111101 | 100001 | 0 | 10001 | 11010101 | 111100 | 111010 |
Color Harmonies of #538ED4
Complementary color
Monochromatic Colors of #538ED4
Black with #538ED4
Text Example
Text Example
White with #538ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ED4; }
p { color: rgb(83,142,212); }
H1.HeaderClassName
{
color: #538ED4;
}
.AnyTagClassName
{
color: #538ED4;
}
</style>
background-color css
<style>
a { background-color: #538ED4; }
a { background-color: rgb(83,142,212); }
div.DivClassName
{
background-color: #538ED4;
}
.BgClassName
{
background-color: #538ED4;
}
</style>
border-color css
<style>
span { border-color: #538ED4; }
span { border-color: rgb(83,142,212); }
td.TdClassName
{
border-color: #538ED4;
}
.TagClassName
{
border-color: #538ED4;
}
</style>