Shades of Havelock Blue #548AD0
Tints of Havelock Blue #548AD0
RGB
CMYK
RGB Variations
Color information
#548AD0 (or 0x548AD0) is known color: Havelock Blue. HEX triplet: 54, 8A and D0. RGB value is (84,138,208). Sum of RGB (Red+Green+Blue) = 84+138+208=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #548AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548AD0 is #AB752F. Grayscale: #818181. Windows color (decimal): -11236656 or 13666900. OLE color: 13666900.
HSL color Cylindrical-coordinate representation of color #548AD0: hue angle of 213.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #548AD0 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 138 | 208 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.18 |
| HSL | 213.87º | 0.57% | 0.57% | - |
| HSV(B) | 213.87º | 0.6% | 0.82% | - |
| XYZ | 24.13 | 24.62 | 63.15 | - |
| YUV | 129.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 208 | 0.60 | 0.34 | 0 | 0.18 | 213.87 | 0.57 | 0.57 |
| Hex | 54 | 8A | D0 | 3C | 22 | 0 | 12 | D6 | 39 | 39 |
| Octal | 124 | 212 | 320 | 74 | 42 | 0 | 22 | 326 | 71 | 71 |
| Binary | 1010100 | 10001010 | 11010000 | 111100 | 100010 | 0 | 10010 | 11010110 | 111001 | 111001 |
Color Harmonies of #548AD0
Complementary color
Monochromatic Colors of #548AD0
Black with #548AD0
Text Example
Text Example
White with #548AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548AD0; }
p { color: rgb(84,138,208); }
H1.HeaderClassName
{
color: #548AD0;
}
.AnyTagClassName
{
color: #548AD0;
}
</style>
background-color css
<style>
a { background-color: #548AD0; }
a { background-color: rgb(84,138,208); }
div.DivClassName
{
background-color: #548AD0;
}
.BgClassName
{
background-color: #548AD0;
}
</style>
border-color css
<style>
span { border-color: #548AD0; }
span { border-color: rgb(84,138,208); }
td.TdClassName
{
border-color: #548AD0;
}
.TagClassName
{
border-color: #548AD0;
}
</style>