Shades of Havelock Blue #547CD0
Tints of Havelock Blue #547CD0
RGB
CMYK
RGB Variations
Color information
#547CD0 (or 0x547CD0) is known color: Havelock Blue. HEX triplet: 54, 7C and D0. RGB value is (84,124,208). Sum of RGB (Red+Green+Blue) = 84+124+208=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #547CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CD0 is #AB832F. Grayscale: #797979. Windows color (decimal): -11240240 or 13663316. OLE color: 13663316.
HSL color Cylindrical-coordinate representation of color #547CD0: hue angle of 220.65º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #547CD0 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 124 | 208 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.18 |
| HSL | 220.65º | 0.57% | 0.57% | - |
| HSV(B) | 220.65º | 0.6% | 0.82% | - |
| XYZ | 22.25 | 20.85 | 62.53 | - |
| YUV | 121.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 208 | 0.60 | 0.40 | 0 | 0.18 | 220.65 | 0.57 | 0.57 |
| Hex | 54 | 7C | D0 | 3C | 28 | 0 | 12 | DD | 39 | 39 |
| Octal | 124 | 174 | 320 | 74 | 50 | 0 | 22 | 335 | 71 | 71 |
| Binary | 1010100 | 1111100 | 11010000 | 111100 | 101000 | 0 | 10010 | 11011101 | 111001 | 111001 |
Color Harmonies of #547CD0
Complementary color
Monochromatic Colors of #547CD0
Black with #547CD0
Text Example
Text Example
White with #547CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CD0; }
p { color: rgb(84,124,208); }
H1.HeaderClassName
{
color: #547CD0;
}
.AnyTagClassName
{
color: #547CD0;
}
</style>
background-color css
<style>
a { background-color: #547CD0; }
a { background-color: rgb(84,124,208); }
div.DivClassName
{
background-color: #547CD0;
}
.BgClassName
{
background-color: #547CD0;
}
</style>
border-color css
<style>
span { border-color: #547CD0; }
span { border-color: rgb(84,124,208); }
td.TdClassName
{
border-color: #547CD0;
}
.TagClassName
{
border-color: #547CD0;
}
</style>