Shades of Grey-Asparagus #455543
Tints of Grey-Asparagus #455543
RGB
CMYK
RGB Variations
Color information
#455543 (or 0x455543) is known color: Grey-Asparagus. HEX triplet: 45, 55 and 43. RGB value is (69,85,67). Sum of RGB (Red+Green+Blue) = 69+85+67=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #455543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455543 is #BAAABC. Grayscale: #4E4E4E. Windows color (decimal): -12233405 or 4412741. OLE color: 4412741.
HSL color Cylindrical-coordinate representation of color #455543: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455543 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 67 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.67 |
| HSL | 113.33º | 0.12% | 0.3% | - |
| HSV(B) | 113.33º | 0.21% | 0.33% | - |
| XYZ | 6.72 | 8.17 | 6.53 | - |
| YUV | 78.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 67 | 0.19 | 0 | 0.21 | 0.67 | 113.33 | 0.12 | 0.3 |
| Hex | 45 | 55 | 43 | 13 | 0 | 15 | 43 | 71 | C | 1E |
| Octal | 105 | 125 | 103 | 23 | 0 | 25 | 103 | 161 | 14 | 36 |
| Binary | 1000101 | 1010101 | 1000011 | 10011 | 0 | 10101 | 1000011 | 1110001 | 1100 | 11110 |
Color Harmonies of #455543
Complementary color
Monochromatic Colors of #455543
Black with #455543
Text Example
Text Example
White with #455543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455543; }
p { color: rgb(69,85,67); }
H1.HeaderClassName
{
color: #455543;
}
.AnyTagClassName
{
color: #455543;
}
</style>
background-color css
<style>
a { background-color: #455543; }
a { background-color: rgb(69,85,67); }
div.DivClassName
{
background-color: #455543;
}
.BgClassName
{
background-color: #455543;
}
</style>
border-color css
<style>
span { border-color: #455543; }
span { border-color: rgb(69,85,67); }
td.TdClassName
{
border-color: #455543;
}
.TagClassName
{
border-color: #455543;
}
</style>