Shades of Havelock Blue #538ADA
Tints of Havelock Blue #538ADA
RGB
CMYK
RGB Variations
Color information
#538ADA (or 0x538ADA) is known color: Havelock Blue. HEX triplet: 53, 8A and DA. RGB value is (83,138,218). Sum of RGB (Red+Green+Blue) = 83+138+218=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #538ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ADA is #AC7525. Grayscale: #828282. Windows color (decimal): -11302182 or 14322259. OLE color: 14322259.
HSL color Cylindrical-coordinate representation of color #538ADA: hue angle of 215.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538ADA is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 138 | 218 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.15 |
| HSL | 215.56º | 0.65% | 0.59% | - |
| HSV(B) | 215.56º | 0.62% | 0.85% | - |
| XYZ | 25.31 | 25.08 | 69.84 | - |
| YUV | 130.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 218 | 0.62 | 0.37 | 0 | 0.15 | 215.56 | 0.65 | 0.59 |
| Hex | 53 | 8A | DA | 3E | 25 | 0 | F | D8 | 41 | 3B |
| Octal | 123 | 212 | 332 | 76 | 45 | 0 | 17 | 330 | 101 | 73 |
| Binary | 1010011 | 10001010 | 11011010 | 111110 | 100101 | 0 | 1111 | 11011000 | 1000001 | 111011 |
Color Harmonies of #538ADA
Complementary color
Monochromatic Colors of #538ADA
Black with #538ADA
Text Example
Text Example
White with #538ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ADA; }
p { color: rgb(83,138,218); }
H1.HeaderClassName
{
color: #538ADA;
}
.AnyTagClassName
{
color: #538ADA;
}
</style>
background-color css
<style>
a { background-color: #538ADA; }
a { background-color: rgb(83,138,218); }
div.DivClassName
{
background-color: #538ADA;
}
.BgClassName
{
background-color: #538ADA;
}
</style>
border-color css
<style>
span { border-color: #538ADA; }
span { border-color: rgb(83,138,218); }
td.TdClassName
{
border-color: #538ADA;
}
.TagClassName
{
border-color: #538ADA;
}
</style>