Shades of William #547A71
Tints of William #547A71
RGB
CMYK
RGB Variations
Color information
#547A71 (or 0x547A71) is known color: William. HEX triplet: 54, 7A and 71. RGB value is (84,122,113). Sum of RGB (Red+Green+Blue) = 84+122+113=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #547A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A71 is #AB858E. Grayscale: #6D6D6D. Windows color (decimal): -11240847 or 7436884. OLE color: 7436884.
HSL color Cylindrical-coordinate representation of color #547A71: hue angle of 165.79º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A71 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 113 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.52 |
| HSL | 165.79º | 0.18% | 0.4% | - |
| HSV(B) | 165.79º | 0.31% | 0.48% | - |
| XYZ | 13.6 | 17 | 18.19 | - |
| YUV | 109.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 113 | 0.31 | 0 | 0.07 | 0.52 | 165.79 | 0.18 | 0.4 |
| Hex | 54 | 7A | 71 | 1F | 0 | 7 | 34 | A6 | 12 | 28 |
| Octal | 124 | 172 | 161 | 37 | 0 | 7 | 64 | 246 | 22 | 50 |
| Binary | 1010100 | 1111010 | 1110001 | 11111 | 0 | 111 | 110100 | 10100110 | 10010 | 101000 |
Color Harmonies of #547A71
Complementary color
Monochromatic Colors of #547A71
Black with #547A71
Text Example
Text Example
White with #547A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A71; }
p { color: rgb(84,122,113); }
H1.HeaderClassName
{
color: #547A71;
}
.AnyTagClassName
{
color: #547A71;
}
</style>
background-color css
<style>
a { background-color: #547A71; }
a { background-color: rgb(84,122,113); }
div.DivClassName
{
background-color: #547A71;
}
.BgClassName
{
background-color: #547A71;
}
</style>
border-color css
<style>
span { border-color: #547A71; }
span { border-color: rgb(84,122,113); }
td.TdClassName
{
border-color: #547A71;
}
.TagClassName
{
border-color: #547A71;
}
</style>