Shades of Havelock Blue #548ACC
Tints of Havelock Blue #548ACC
RGB
CMYK
RGB Variations
Color information
#548ACC (or 0x548ACC) is known color: Havelock Blue. HEX triplet: 54, 8A and CC. RGB value is (84,138,204). Sum of RGB (Red+Green+Blue) = 84+138+204=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #548ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACC is #AB7533. Grayscale: #818181. Windows color (decimal): -11236660 or 13404756. OLE color: 13404756.
HSL color Cylindrical-coordinate representation of color #548ACC: hue angle of 213º 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 #548ACC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 138 | 204 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.2 |
| HSL | 213º | 0.54% | 0.56% | - |
| HSV(B) | 213º | 0.59% | 0.8% | - |
| XYZ | 23.64 | 24.42 | 60.59 | - |
| YUV | 129.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 204 | 0.59 | 0.32 | 0 | 0.2 | 213 | 0.54 | 0.56 |
| Hex | 54 | 8A | CC | 3B | 20 | 0 | 14 | D5 | 36 | 38 |
| Octal | 124 | 212 | 314 | 73 | 40 | 0 | 24 | 325 | 66 | 70 |
| Binary | 1010100 | 10001010 | 11001100 | 111011 | 100000 | 0 | 10100 | 11010101 | 110110 | 111000 |
Color Harmonies of #548ACC
Complementary color
Monochromatic Colors of #548ACC
Black with #548ACC
Text Example
Text Example
White with #548ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548ACC; }
p { color: rgb(84,138,204); }
H1.HeaderClassName
{
color: #548ACC;
}
.AnyTagClassName
{
color: #548ACC;
}
</style>
background-color css
<style>
a { background-color: #548ACC; }
a { background-color: rgb(84,138,204); }
div.DivClassName
{
background-color: #548ACC;
}
.BgClassName
{
background-color: #548ACC;
}
</style>
border-color css
<style>
span { border-color: #548ACC; }
span { border-color: rgb(84,138,204); }
td.TdClassName
{
border-color: #548ACC;
}
.TagClassName
{
border-color: #548ACC;
}
</style>