Shades of Havelock Blue #547ACE
Tints of Havelock Blue #547ACE
RGB
CMYK
RGB Variations
Color information
#547ACE (or 0x547ACE) is known color: Havelock Blue. HEX triplet: 54, 7A and CE. RGB value is (84,122,206). Sum of RGB (Red+Green+Blue) = 84+122+206=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #547ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ACE is #AB8531. Grayscale: #777777. Windows color (decimal): -11240754 or 13531732. OLE color: 13531732.
HSL color Cylindrical-coordinate representation of color #547ACE: hue angle of 221.31º degrees, saturation: 0.55, 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 #547ACE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 122 | 206 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.19 |
| HSL | 221.31º | 0.55% | 0.57% | - |
| HSV(B) | 221.31º | 0.59% | 0.81% | - |
| XYZ | 21.76 | 20.26 | 61.16 | - |
| YUV | 120.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 206 | 0.59 | 0.41 | 0 | 0.19 | 221.31 | 0.55 | 0.57 |
| Hex | 54 | 7A | CE | 3B | 29 | 0 | 13 | DD | 37 | 39 |
| Octal | 124 | 172 | 316 | 73 | 51 | 0 | 23 | 335 | 67 | 71 |
| Binary | 1010100 | 1111010 | 11001110 | 111011 | 101001 | 0 | 10011 | 11011101 | 110111 | 111001 |
Color Harmonies of #547ACE
Complementary color
Monochromatic Colors of #547ACE
Black with #547ACE
Text Example
Text Example
White with #547ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547ACE; }
p { color: rgb(84,122,206); }
H1.HeaderClassName
{
color: #547ACE;
}
.AnyTagClassName
{
color: #547ACE;
}
</style>
background-color css
<style>
a { background-color: #547ACE; }
a { background-color: rgb(84,122,206); }
div.DivClassName
{
background-color: #547ACE;
}
.BgClassName
{
background-color: #547ACE;
}
</style>
border-color css
<style>
span { border-color: #547ACE; }
span { border-color: rgb(84,122,206); }
td.TdClassName
{
border-color: #547ACE;
}
.TagClassName
{
border-color: #547ACE;
}
</style>