Shades of Havelock Blue #547DC1
Tints of Havelock Blue #547DC1
RGB
CMYK
RGB Variations
Color information
#547DC1 (or 0x547DC1) is known color: Havelock Blue. HEX triplet: 54, 7D and C1. RGB value is (84,125,193). Sum of RGB (Red+Green+Blue) = 84+125+193=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #547DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DC1 is #AB823E. Grayscale: #787878. Windows color (decimal): -11239999 or 12680532. OLE color: 12680532.
HSL color Cylindrical-coordinate representation of color #547DC1: hue angle of 217.43º 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 #547DC1 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 125 | 193 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.24 |
| HSL | 217.43º | 0.47% | 0.54% | - |
| HSV(B) | 217.43º | 0.56% | 0.76% | - |
| XYZ | 20.62 | 20.4 | 53.3 | - |
| YUV | 120.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 193 | 0.56 | 0.35 | 0 | 0.24 | 217.43 | 0.47 | 0.54 |
| Hex | 54 | 7D | C1 | 38 | 23 | 0 | 18 | D9 | 2F | 36 |
| Octal | 124 | 175 | 301 | 70 | 43 | 0 | 30 | 331 | 57 | 66 |
| Binary | 1010100 | 1111101 | 11000001 | 111000 | 100011 | 0 | 11000 | 11011001 | 101111 | 110110 |
Color Harmonies of #547DC1
Complementary color
Monochromatic Colors of #547DC1
Black with #547DC1
Text Example
Text Example
White with #547DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DC1; }
p { color: rgb(84,125,193); }
H1.HeaderClassName
{
color: #547DC1;
}
.AnyTagClassName
{
color: #547DC1;
}
</style>
background-color css
<style>
a { background-color: #547DC1; }
a { background-color: rgb(84,125,193); }
div.DivClassName
{
background-color: #547DC1;
}
.BgClassName
{
background-color: #547DC1;
}
</style>
border-color css
<style>
span { border-color: #547DC1; }
span { border-color: rgb(84,125,193); }
td.TdClassName
{
border-color: #547DC1;
}
.TagClassName
{
border-color: #547DC1;
}
</style>