Shades of Havelock Blue #548ACF
Tints of Havelock Blue #548ACF
RGB
CMYK
RGB Variations
Color information
#548ACF (or 0x548ACF) is known color: Havelock Blue. HEX triplet: 54, 8A and CF. RGB value is (84,138,207). Sum of RGB (Red+Green+Blue) = 84+138+207=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #548ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACF is #AB7530. Grayscale: #818181. Windows color (decimal): -11236657 or 13601364. OLE color: 13601364.
HSL color Cylindrical-coordinate representation of color #548ACF: hue angle of 213.66º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548ACF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 138 | 207 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.19 |
| HSL | 213.66º | 0.56% | 0.57% | - |
| HSV(B) | 213.66º | 0.59% | 0.81% | - |
| XYZ | 24.01 | 24.57 | 62.51 | - |
| YUV | 129.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 207 | 0.59 | 0.33 | 0 | 0.19 | 213.66 | 0.56 | 0.57 |
| Hex | 54 | 8A | CF | 3B | 21 | 0 | 13 | D6 | 38 | 39 |
| Octal | 124 | 212 | 317 | 73 | 41 | 0 | 23 | 326 | 70 | 71 |
| Binary | 1010100 | 10001010 | 11001111 | 111011 | 100001 | 0 | 10011 | 11010110 | 111000 | 111001 |
Color Harmonies of #548ACF
Complementary color
Monochromatic Colors of #548ACF
Black with #548ACF
Text Example
Text Example
White with #548ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548ACF; }
p { color: rgb(84,138,207); }
H1.HeaderClassName
{
color: #548ACF;
}
.AnyTagClassName
{
color: #548ACF;
}
</style>
background-color css
<style>
a { background-color: #548ACF; }
a { background-color: rgb(84,138,207); }
div.DivClassName
{
background-color: #548ACF;
}
.BgClassName
{
background-color: #548ACF;
}
</style>
border-color css
<style>
span { border-color: #548ACF; }
span { border-color: rgb(84,138,207); }
td.TdClassName
{
border-color: #548ACF;
}
.TagClassName
{
border-color: #548ACF;
}
</style>