Shades of Havelock Blue #548ACB
Tints of Havelock Blue #548ACB
RGB
CMYK
RGB Variations
Color information
#548ACB (or 0x548ACB) is known color: Havelock Blue. HEX triplet: 54, 8A and CB. RGB value is (84,138,203). Sum of RGB (Red+Green+Blue) = 84+138+203=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #548ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACB is #AB7534. Grayscale: #808080. Windows color (decimal): -11236661 or 13339220. OLE color: 13339220.
HSL color Cylindrical-coordinate representation of color #548ACB: hue angle of 212.77º degrees, saturation: 0.53, 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 #548ACB is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 138 | 203 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.20 |
| HSL | 212.77º | 0.53% | 0.56% | - |
| HSV(B) | 212.77º | 0.59% | 0.8% | - |
| XYZ | 23.52 | 24.37 | 59.96 | - |
| YUV | 129.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 203 | 0.59 | 0.32 | 0 | 0.20 | 212.77 | 0.53 | 0.56 |
| Hex | 54 | 8A | CB | 3B | 20 | 0 | 14 | D5 | 35 | 38 |
| Octal | 124 | 212 | 313 | 73 | 40 | 0 | 24 | 325 | 65 | 70 |
| Binary | 1010100 | 10001010 | 11001011 | 111011 | 100000 | 0 | 10100 | 11010101 | 110101 | 111000 |
Color Harmonies of #548ACB
Complementary color
Monochromatic Colors of #548ACB
Black with #548ACB
Text Example
Text Example
White with #548ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548ACB; }
p { color: rgb(84,138,203); }
H1.HeaderClassName
{
color: #548ACB;
}
.AnyTagClassName
{
color: #548ACB;
}
</style>
background-color css
<style>
a { background-color: #548ACB; }
a { background-color: rgb(84,138,203); }
div.DivClassName
{
background-color: #548ACB;
}
.BgClassName
{
background-color: #548ACB;
}
</style>
border-color css
<style>
span { border-color: #548ACB; }
span { border-color: rgb(84,138,203); }
td.TdClassName
{
border-color: #548ACB;
}
.TagClassName
{
border-color: #548ACB;
}
</style>