Shades of Havelock Blue #547BC1
Tints of Havelock Blue #547BC1
RGB
CMYK
RGB Variations
Color information
#547BC1 (or 0x547BC1) is known color: Havelock Blue. HEX triplet: 54, 7B and C1. RGB value is (84,123,193). Sum of RGB (Red+Green+Blue) = 84+123+193=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #547BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BC1 is #AB843E. Grayscale: #777777. Windows color (decimal): -11240511 or 12680020. OLE color: 12680020.
HSL color Cylindrical-coordinate representation of color #547BC1: hue angle of 218.53º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547BC1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 123 | 193 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.24 |
| HSL | 218.53º | 0.47% | 0.54% | - |
| HSV(B) | 218.53º | 0.56% | 0.76% | - |
| XYZ | 20.36 | 19.9 | 53.22 | - |
| YUV | 119.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 193 | 0.56 | 0.36 | 0 | 0.24 | 218.53 | 0.47 | 0.54 |
| Hex | 54 | 7B | C1 | 38 | 24 | 0 | 18 | DB | 2F | 36 |
| Octal | 124 | 173 | 301 | 70 | 44 | 0 | 30 | 333 | 57 | 66 |
| Binary | 1010100 | 1111011 | 11000001 | 111000 | 100100 | 0 | 11000 | 11011011 | 101111 | 110110 |
Color Harmonies of #547BC1
Complementary color
Monochromatic Colors of #547BC1
Black with #547BC1
Text Example
Text Example
White with #547BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BC1; }
p { color: rgb(84,123,193); }
H1.HeaderClassName
{
color: #547BC1;
}
.AnyTagClassName
{
color: #547BC1;
}
</style>
background-color css
<style>
a { background-color: #547BC1; }
a { background-color: rgb(84,123,193); }
div.DivClassName
{
background-color: #547BC1;
}
.BgClassName
{
background-color: #547BC1;
}
</style>
border-color css
<style>
span { border-color: #547BC1; }
span { border-color: rgb(84,123,193); }
td.TdClassName
{
border-color: #547BC1;
}
.TagClassName
{
border-color: #547BC1;
}
</style>