Shades of Havelock Blue #547FCD
Tints of Havelock Blue #547FCD
RGB
CMYK
RGB Variations
Color information
#547FCD (or 0x547FCD) is known color: Havelock Blue. HEX triplet: 54, 7F and CD. RGB value is (84,127,205). Sum of RGB (Red+Green+Blue) = 84+127+205=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #547FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FCD is #AB8032. Grayscale: #7A7A7A. Windows color (decimal): -11239475 or 13467476. OLE color: 13467476.
HSL color Cylindrical-coordinate representation of color #547FCD: hue angle of 218.68º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547FCD is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 127 | 205 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.20 |
| HSL | 218.68º | 0.55% | 0.57% | - |
| HSV(B) | 218.68º | 0.59% | 0.8% | - |
| XYZ | 22.26 | 21.47 | 60.73 | - |
| YUV | 123.04 | 174.25 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 205 | 0.59 | 0.38 | 0 | 0.20 | 218.68 | 0.55 | 0.57 |
| Hex | 54 | 7F | CD | 3B | 26 | 0 | 14 | DB | 37 | 39 |
| Octal | 124 | 177 | 315 | 73 | 46 | 0 | 24 | 333 | 67 | 71 |
| Binary | 1010100 | 1111111 | 11001101 | 111011 | 100110 | 0 | 10100 | 11011011 | 110111 | 111001 |
Color Harmonies of #547FCD
Complementary color
Monochromatic Colors of #547FCD
Black with #547FCD
Text Example
Text Example
White with #547FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FCD; }
p { color: rgb(84,127,205); }
H1.HeaderClassName
{
color: #547FCD;
}
.AnyTagClassName
{
color: #547FCD;
}
</style>
background-color css
<style>
a { background-color: #547FCD; }
a { background-color: rgb(84,127,205); }
div.DivClassName
{
background-color: #547FCD;
}
.BgClassName
{
background-color: #547FCD;
}
</style>
border-color css
<style>
span { border-color: #547FCD; }
span { border-color: rgb(84,127,205); }
td.TdClassName
{
border-color: #547FCD;
}
.TagClassName
{
border-color: #547FCD;
}
</style>