Shades of Havelock Blue #547FC6
Tints of Havelock Blue #547FC6
RGB
CMYK
RGB Variations
Color information
#547FC6 (or 0x547FC6) is known color: Havelock Blue. HEX triplet: 54, 7F and C6. RGB value is (84,127,198). Sum of RGB (Red+Green+Blue) = 84+127+198=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #547FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FC6 is #AB8039. Grayscale: #797979. Windows color (decimal): -11239482 or 13008724. OLE color: 13008724.
HSL color Cylindrical-coordinate representation of color #547FC6: hue angle of 217.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #547FC6 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 127 | 198 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.22 |
| HSL | 217.37º | 0.5% | 0.55% | - |
| HSV(B) | 217.37º | 0.58% | 0.78% | - |
| XYZ | 21.44 | 21.14 | 56.38 | - |
| YUV | 122.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 198 | 0.58 | 0.36 | 0 | 0.22 | 217.37 | 0.5 | 0.55 |
| Hex | 54 | 7F | C6 | 3A | 24 | 0 | 16 | D9 | 32 | 37 |
| Octal | 124 | 177 | 306 | 72 | 44 | 0 | 26 | 331 | 62 | 67 |
| Binary | 1010100 | 1111111 | 11000110 | 111010 | 100100 | 0 | 10110 | 11011001 | 110010 | 110111 |
Color Harmonies of #547FC6
Complementary color
Monochromatic Colors of #547FC6
Black with #547FC6
Text Example
Text Example
White with #547FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FC6; }
p { color: rgb(84,127,198); }
H1.HeaderClassName
{
color: #547FC6;
}
.AnyTagClassName
{
color: #547FC6;
}
</style>
background-color css
<style>
a { background-color: #547FC6; }
a { background-color: rgb(84,127,198); }
div.DivClassName
{
background-color: #547FC6;
}
.BgClassName
{
background-color: #547FC6;
}
</style>
border-color css
<style>
span { border-color: #547FC6; }
span { border-color: rgb(84,127,198); }
td.TdClassName
{
border-color: #547FC6;
}
.TagClassName
{
border-color: #547FC6;
}
</style>