Shades of Havelock Blue #538ACB
Tints of Havelock Blue #538ACB
RGB
CMYK
RGB Variations
Color information
#538ACB (or 0x538ACB) is known color: Havelock Blue. HEX triplet: 53, 8A and CB. RGB value is (83,138,203). Sum of RGB (Red+Green+Blue) = 83+138+203=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #538ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ACB is #AC7534. Grayscale: #808080. Windows color (decimal): -11302197 or 13339219. OLE color: 13339219.
HSL color Cylindrical-coordinate representation of color #538ACB: hue angle of 212.5º 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 #538ACB is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 138 | 203 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.20 |
| HSL | 212.5º | 0.54% | 0.56% | - |
| HSV(B) | 212.5º | 0.59% | 0.8% | - |
| XYZ | 23.44 | 24.33 | 59.96 | - |
| YUV | 128.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 203 | 0.59 | 0.32 | 0 | 0.20 | 212.5 | 0.54 | 0.56 |
| Hex | 53 | 8A | CB | 3B | 20 | 0 | 14 | D4 | 36 | 38 |
| Octal | 123 | 212 | 313 | 73 | 40 | 0 | 24 | 324 | 66 | 70 |
| Binary | 1010011 | 10001010 | 11001011 | 111011 | 100000 | 0 | 10100 | 11010100 | 110110 | 111000 |
Color Harmonies of #538ACB
Complementary color
Monochromatic Colors of #538ACB
Black with #538ACB
Text Example
Text Example
White with #538ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ACB; }
p { color: rgb(83,138,203); }
H1.HeaderClassName
{
color: #538ACB;
}
.AnyTagClassName
{
color: #538ACB;
}
</style>
background-color css
<style>
a { background-color: #538ACB; }
a { background-color: rgb(83,138,203); }
div.DivClassName
{
background-color: #538ACB;
}
.BgClassName
{
background-color: #538ACB;
}
</style>
border-color css
<style>
span { border-color: #538ACB; }
span { border-color: rgb(83,138,203); }
td.TdClassName
{
border-color: #538ACB;
}
.TagClassName
{
border-color: #538ACB;
}
</style>