Shades of Havelock Blue #538ACC
Tints of Havelock Blue #538ACC
RGB
CMYK
RGB Variations
Color information
#538ACC (or 0x538ACC) is known color: Havelock Blue. HEX triplet: 53, 8A and CC. RGB value is (83,138,204). Sum of RGB (Red+Green+Blue) = 83+138+204=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #538ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ACC is #AC7533. Grayscale: #808080. Windows color (decimal): -11302196 or 13404755. OLE color: 13404755.
HSL color Cylindrical-coordinate representation of color #538ACC: hue angle of 212.73º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538ACC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 138 | 204 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.2 |
| HSL | 212.73º | 0.54% | 0.56% | - |
| HSV(B) | 212.73º | 0.59% | 0.8% | - |
| XYZ | 23.55 | 24.38 | 60.59 | - |
| YUV | 129.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 204 | 0.59 | 0.32 | 0 | 0.2 | 212.73 | 0.54 | 0.56 |
| Hex | 53 | 8A | CC | 3B | 20 | 0 | 14 | D5 | 36 | 38 |
| Octal | 123 | 212 | 314 | 73 | 40 | 0 | 24 | 325 | 66 | 70 |
| Binary | 1010011 | 10001010 | 11001100 | 111011 | 100000 | 0 | 10100 | 11010101 | 110110 | 111000 |
Color Harmonies of #538ACC
Complementary color
Monochromatic Colors of #538ACC
Black with #538ACC
Text Example
Text Example
White with #538ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ACC; }
p { color: rgb(83,138,204); }
H1.HeaderClassName
{
color: #538ACC;
}
.AnyTagClassName
{
color: #538ACC;
}
</style>
background-color css
<style>
a { background-color: #538ACC; }
a { background-color: rgb(83,138,204); }
div.DivClassName
{
background-color: #538ACC;
}
.BgClassName
{
background-color: #538ACC;
}
</style>
border-color css
<style>
span { border-color: #538ACC; }
span { border-color: rgb(83,138,204); }
td.TdClassName
{
border-color: #538ACC;
}
.TagClassName
{
border-color: #538ACC;
}
</style>