Shades of Havelock Blue #538ED6
Tints of Havelock Blue #538ED6
RGB
CMYK
RGB Variations
Color information
#538ED6 (or 0x538ED6) is known color: Havelock Blue. HEX triplet: 53, 8E and D6. RGB value is (83,142,214). Sum of RGB (Red+Green+Blue) = 83+142+214=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #538ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ED6 is #AC7129. Grayscale: #848484. Windows color (decimal): -11301162 or 14061139. OLE color: 14061139.
HSL color Cylindrical-coordinate representation of color #538ED6: hue angle of 212.98º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538ED6 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 142 | 214 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.16 |
| HSL | 212.98º | 0.62% | 0.58% | - |
| HSV(B) | 212.98º | 0.61% | 0.84% | - |
| XYZ | 25.38 | 26.04 | 67.31 | - |
| YUV | 132.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 214 | 0.61 | 0.34 | 0 | 0.16 | 212.98 | 0.62 | 0.58 |
| Hex | 53 | 8E | D6 | 3D | 22 | 0 | 10 | D5 | 3E | 3A |
| Octal | 123 | 216 | 326 | 75 | 42 | 0 | 20 | 325 | 76 | 72 |
| Binary | 1010011 | 10001110 | 11010110 | 111101 | 100010 | 0 | 10000 | 11010101 | 111110 | 111010 |
Color Harmonies of #538ED6
Complementary color
Monochromatic Colors of #538ED6
Black with #538ED6
Text Example
Text Example
White with #538ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ED6; }
p { color: rgb(83,142,214); }
H1.HeaderClassName
{
color: #538ED6;
}
.AnyTagClassName
{
color: #538ED6;
}
</style>
background-color css
<style>
a { background-color: #538ED6; }
a { background-color: rgb(83,142,214); }
div.DivClassName
{
background-color: #538ED6;
}
.BgClassName
{
background-color: #538ED6;
}
</style>
border-color css
<style>
span { border-color: #538ED6; }
span { border-color: rgb(83,142,214); }
td.TdClassName
{
border-color: #538ED6;
}
.TagClassName
{
border-color: #538ED6;
}
</style>