Shades of Havelock Blue #547AB6
Tints of Havelock Blue #547AB6
RGB
CMYK
RGB Variations
Color information
#547AB6 (or 0x547AB6) is known color: Havelock Blue. HEX triplet: 54, 7A and B6. RGB value is (84,122,182). Sum of RGB (Red+Green+Blue) = 84+122+182=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #547AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AB6 is #AB8549. Grayscale: #757575. Windows color (decimal): -11240778 or 11958868. OLE color: 11958868.
HSL color Cylindrical-coordinate representation of color #547AB6: hue angle of 216.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #547AB6 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 122 | 182 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.29 |
| HSL | 216.73º | 0.4% | 0.52% | - |
| HSV(B) | 216.73º | 0.54% | 0.71% | - |
| XYZ | 19.06 | 19.18 | 46.95 | - |
| YUV | 117.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 182 | 0.54 | 0.33 | 0 | 0.29 | 216.73 | 0.4 | 0.52 |
| Hex | 54 | 7A | B6 | 36 | 21 | 0 | 1D | D9 | 28 | 34 |
| Octal | 124 | 172 | 266 | 66 | 41 | 0 | 35 | 331 | 50 | 64 |
| Binary | 1010100 | 1111010 | 10110110 | 110110 | 100001 | 0 | 11101 | 11011001 | 101000 | 110100 |
Color Harmonies of #547AB6
Complementary color
Monochromatic Colors of #547AB6
Black with #547AB6
Text Example
Text Example
White with #547AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AB6; }
p { color: rgb(84,122,182); }
H1.HeaderClassName
{
color: #547AB6;
}
.AnyTagClassName
{
color: #547AB6;
}
</style>
background-color css
<style>
a { background-color: #547AB6; }
a { background-color: rgb(84,122,182); }
div.DivClassName
{
background-color: #547AB6;
}
.BgClassName
{
background-color: #547AB6;
}
</style>
border-color css
<style>
span { border-color: #547AB6; }
span { border-color: rgb(84,122,182); }
td.TdClassName
{
border-color: #547AB6;
}
.TagClassName
{
border-color: #547AB6;
}
</style>