Shades of Havelock Blue #547DC2
Tints of Havelock Blue #547DC2
RGB
CMYK
RGB Variations
Color information
#547DC2 (or 0x547DC2) is known color: Havelock Blue. HEX triplet: 54, 7D and C2. RGB value is (84,125,194). Sum of RGB (Red+Green+Blue) = 84+125+194=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #547DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DC2 is #AB823D. Grayscale: #787878. Windows color (decimal): -11239998 or 12746068. OLE color: 12746068.
HSL color Cylindrical-coordinate representation of color #547DC2: hue angle of 217.64º 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 #547DC2 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 125 | 194 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.24 |
| HSL | 217.64º | 0.47% | 0.55% | - |
| HSV(B) | 217.64º | 0.57% | 0.76% | - |
| XYZ | 20.73 | 20.45 | 53.89 | - |
| YUV | 120.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 194 | 0.57 | 0.36 | 0 | 0.24 | 217.64 | 0.47 | 0.55 |
| Hex | 54 | 7D | C2 | 39 | 24 | 0 | 18 | DA | 2F | 37 |
| Octal | 124 | 175 | 302 | 71 | 44 | 0 | 30 | 332 | 57 | 67 |
| Binary | 1010100 | 1111101 | 11000010 | 111001 | 100100 | 0 | 11000 | 11011010 | 101111 | 110111 |
Color Harmonies of #547DC2
Complementary color
Monochromatic Colors of #547DC2
Black with #547DC2
Text Example
Text Example
White with #547DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DC2; }
p { color: rgb(84,125,194); }
H1.HeaderClassName
{
color: #547DC2;
}
.AnyTagClassName
{
color: #547DC2;
}
</style>
background-color css
<style>
a { background-color: #547DC2; }
a { background-color: rgb(84,125,194); }
div.DivClassName
{
background-color: #547DC2;
}
.BgClassName
{
background-color: #547DC2;
}
</style>
border-color css
<style>
span { border-color: #547DC2; }
span { border-color: rgb(84,125,194); }
td.TdClassName
{
border-color: #547DC2;
}
.TagClassName
{
border-color: #547DC2;
}
</style>