Shades of Como #54815C
Tints of Como #54815C
RGB
CMYK
RGB Variations
Color information
#54815C (or 0x54815C) is known color: Como. HEX triplet: 54, 81 and 5C. RGB value is (84,129,92). Sum of RGB (Red+Green+Blue) = 84+129+92=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #54815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54815C is #AB7EA3. Grayscale: #6F6F6F. Windows color (decimal): -11239076 or 6062420. OLE color: 6062420.
HSL color Cylindrical-coordinate representation of color #54815C: hue angle of 130.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54815C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 92 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.49 |
| HSL | 130.67º | 0.21% | 0.42% | - |
| HSV(B) | 130.67º | 0.35% | 0.51% | - |
| XYZ | 13.44 | 18.36 | 12.96 | - |
| YUV | 111.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 92 | 0.35 | 0 | 0.29 | 0.49 | 130.67 | 0.21 | 0.42 |
| Hex | 54 | 81 | 5C | 23 | 0 | 1D | 31 | 83 | 15 | 2A |
| Octal | 124 | 201 | 134 | 43 | 0 | 35 | 61 | 203 | 25 | 52 |
| Binary | 1010100 | 10000001 | 1011100 | 100011 | 0 | 11101 | 110001 | 10000011 | 10101 | 101010 |
Color Harmonies of #54815C
Complementary color
Monochromatic Colors of #54815C
Black with #54815C
Text Example
Text Example
White with #54815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54815C; }
p { color: rgb(84,129,92); }
H1.HeaderClassName
{
color: #54815C;
}
.AnyTagClassName
{
color: #54815C;
}
</style>
background-color css
<style>
a { background-color: #54815C; }
a { background-color: rgb(84,129,92); }
div.DivClassName
{
background-color: #54815C;
}
.BgClassName
{
background-color: #54815C;
}
</style>
border-color css
<style>
span { border-color: #54815C; }
span { border-color: rgb(84,129,92); }
td.TdClassName
{
border-color: #54815C;
}
.TagClassName
{
border-color: #54815C;
}
</style>