Shades of Como #547665
Tints of Como #547665
RGB
CMYK
RGB Variations
Color information
#547665 (or 0x547665) is known color: Como. HEX triplet: 54, 76 and 65. RGB value is (84,118,101). Sum of RGB (Red+Green+Blue) = 84+118+101=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #547665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547665 is #AB899A. Grayscale: #696969. Windows color (decimal): -11241883 or 6649428. OLE color: 6649428.
HSL color Cylindrical-coordinate representation of color #547665: hue angle of 150º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #547665 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 101 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.54 |
| HSL | 150º | 0.17% | 0.4% | - |
| HSV(B) | 150º | 0.29% | 0.46% | - |
| XYZ | 12.48 | 15.78 | 14.7 | - |
| YUV | 105.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 101 | 0.29 | 0 | 0.14 | 0.54 | 150 | 0.17 | 0.4 |
| Hex | 54 | 76 | 65 | 1D | 0 | E | 36 | 96 | 11 | 28 |
| Octal | 124 | 166 | 145 | 35 | 0 | 16 | 66 | 226 | 21 | 50 |
| Binary | 1010100 | 1110110 | 1100101 | 11101 | 0 | 1110 | 110110 | 10010110 | 10001 | 101000 |
Color Harmonies of #547665
Complementary color
Monochromatic Colors of #547665
Black with #547665
Text Example
Text Example
White with #547665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547665; }
p { color: rgb(84,118,101); }
H1.HeaderClassName
{
color: #547665;
}
.AnyTagClassName
{
color: #547665;
}
</style>
background-color css
<style>
a { background-color: #547665; }
a { background-color: rgb(84,118,101); }
div.DivClassName
{
background-color: #547665;
}
.BgClassName
{
background-color: #547665;
}
</style>
border-color css
<style>
span { border-color: #547665; }
span { border-color: rgb(84,118,101); }
td.TdClassName
{
border-color: #547665;
}
.TagClassName
{
border-color: #547665;
}
</style>