Shades of Havelock Blue #538AD6
Tints of Havelock Blue #538AD6
RGB
CMYK
RGB Variations
Color information
#538AD6 (or 0x538AD6) is known color: Havelock Blue. HEX triplet: 53, 8A and D6. RGB value is (83,138,214). Sum of RGB (Red+Green+Blue) = 83+138+214=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #538AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AD6 is #AC7529. Grayscale: #818181. Windows color (decimal): -11302186 or 14060115. OLE color: 14060115.
HSL color Cylindrical-coordinate representation of color #538AD6: hue angle of 214.81º 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 #538AD6 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 138 | 214 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.16 |
| HSL | 214.81º | 0.62% | 0.58% | - |
| HSV(B) | 214.81º | 0.61% | 0.84% | - |
| XYZ | 24.79 | 24.87 | 67.11 | - |
| YUV | 130.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 214 | 0.61 | 0.36 | 0 | 0.16 | 214.81 | 0.62 | 0.58 |
| Hex | 53 | 8A | D6 | 3D | 24 | 0 | 10 | D7 | 3E | 3A |
| Octal | 123 | 212 | 326 | 75 | 44 | 0 | 20 | 327 | 76 | 72 |
| Binary | 1010011 | 10001010 | 11010110 | 111101 | 100100 | 0 | 10000 | 11010111 | 111110 | 111010 |
Color Harmonies of #538AD6
Complementary color
Monochromatic Colors of #538AD6
Black with #538AD6
Text Example
Text Example
White with #538AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AD6; }
p { color: rgb(83,138,214); }
H1.HeaderClassName
{
color: #538AD6;
}
.AnyTagClassName
{
color: #538AD6;
}
</style>
background-color css
<style>
a { background-color: #538AD6; }
a { background-color: rgb(83,138,214); }
div.DivClassName
{
background-color: #538AD6;
}
.BgClassName
{
background-color: #538AD6;
}
</style>
border-color css
<style>
span { border-color: #538AD6; }
span { border-color: rgb(83,138,214); }
td.TdClassName
{
border-color: #538AD6;
}
.TagClassName
{
border-color: #538AD6;
}
</style>