Shades of Havelock Blue #538AC6
Tints of Havelock Blue #538AC6
RGB
CMYK
RGB Variations
Color information
#538AC6 (or 0x538AC6) is known color: Havelock Blue. HEX triplet: 53, 8A and C6. RGB value is (83,138,198). Sum of RGB (Red+Green+Blue) = 83+138+198=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #538AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AC6 is #AC7539. Grayscale: #808080. Windows color (decimal): -11302202 or 13011539. OLE color: 13011539.
HSL color Cylindrical-coordinate representation of color #538AC6: hue angle of 211.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538AC6 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 138 | 198 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.22 |
| HSL | 211.3º | 0.5% | 0.55% | - |
| HSV(B) | 211.3º | 0.58% | 0.78% | - |
| XYZ | 22.85 | 24.09 | 56.87 | - |
| YUV | 128.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 198 | 0.58 | 0.30 | 0 | 0.22 | 211.3 | 0.5 | 0.55 |
| Hex | 53 | 8A | C6 | 3A | 1E | 0 | 16 | D3 | 32 | 37 |
| Octal | 123 | 212 | 306 | 72 | 36 | 0 | 26 | 323 | 62 | 67 |
| Binary | 1010011 | 10001010 | 11000110 | 111010 | 11110 | 0 | 10110 | 11010011 | 110010 | 110111 |
Color Harmonies of #538AC6
Complementary color
Monochromatic Colors of #538AC6
Black with #538AC6
Text Example
Text Example
White with #538AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AC6; }
p { color: rgb(83,138,198); }
H1.HeaderClassName
{
color: #538AC6;
}
.AnyTagClassName
{
color: #538AC6;
}
</style>
background-color css
<style>
a { background-color: #538AC6; }
a { background-color: rgb(83,138,198); }
div.DivClassName
{
background-color: #538AC6;
}
.BgClassName
{
background-color: #538AC6;
}
</style>
border-color css
<style>
span { border-color: #538AC6; }
span { border-color: rgb(83,138,198); }
td.TdClassName
{
border-color: #538AC6;
}
.TagClassName
{
border-color: #538AC6;
}
</style>