Shades of Havelock Blue #547BC2
Tints of Havelock Blue #547BC2
RGB
CMYK
RGB Variations
Color information
#547BC2 (or 0x547BC2) is known color: Havelock Blue. HEX triplet: 54, 7B and C2. RGB value is (84,123,194). Sum of RGB (Red+Green+Blue) = 84+123+194=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #547BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BC2 is #AB843D. Grayscale: #777777. Windows color (decimal): -11240510 or 12745556. OLE color: 12745556.
HSL color Cylindrical-coordinate representation of color #547BC2: hue angle of 218.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #547BC2 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 123 | 194 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.24 |
| HSL | 218.73º | 0.47% | 0.55% | - |
| HSV(B) | 218.73º | 0.57% | 0.76% | - |
| XYZ | 20.48 | 19.95 | 53.81 | - |
| YUV | 119.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 194 | 0.57 | 0.37 | 0 | 0.24 | 218.73 | 0.47 | 0.55 |
| Hex | 54 | 7B | C2 | 39 | 25 | 0 | 18 | DB | 2F | 37 |
| Octal | 124 | 173 | 302 | 71 | 45 | 0 | 30 | 333 | 57 | 67 |
| Binary | 1010100 | 1111011 | 11000010 | 111001 | 100101 | 0 | 11000 | 11011011 | 101111 | 110111 |
Color Harmonies of #547BC2
Complementary color
Monochromatic Colors of #547BC2
Black with #547BC2
Text Example
Text Example
White with #547BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BC2; }
p { color: rgb(84,123,194); }
H1.HeaderClassName
{
color: #547BC2;
}
.AnyTagClassName
{
color: #547BC2;
}
</style>
background-color css
<style>
a { background-color: #547BC2; }
a { background-color: rgb(84,123,194); }
div.DivClassName
{
background-color: #547BC2;
}
.BgClassName
{
background-color: #547BC2;
}
</style>
border-color css
<style>
span { border-color: #547BC2; }
span { border-color: rgb(84,123,194); }
td.TdClassName
{
border-color: #547BC2;
}
.TagClassName
{
border-color: #547BC2;
}
</style>