Shades of Honey Flower #54435D
Tints of Honey Flower #54435D
RGB
CMYK
RGB Variations
Color information
#54435D (or 0x54435D) is known color: Honey Flower. HEX triplet: 54, 43 and 5D. RGB value is (84,67,93). Sum of RGB (Red+Green+Blue) = 84+67+93=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #54435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54435D is #ABBCA2. Grayscale: #4A4A4A. Windows color (decimal): -11254947 or 6112084. OLE color: 6112084.
HSL color Cylindrical-coordinate representation of color #54435D: hue angle of 279.23º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54435D is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 67 | 93 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.64 |
| HSL | 279.23º | 0.16% | 0.31% | - |
| HSV(B) | 279.23º | 0.28% | 0.36% | - |
| XYZ | 7.64 | 6.69 | 11.24 | - |
| YUV | 75.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 93 | 0.10 | 0.28 | 0 | 0.64 | 279.23 | 0.16 | 0.31 |
| Hex | 54 | 43 | 5D | A | 1C | 0 | 40 | 117 | 10 | 1F |
| Octal | 124 | 103 | 135 | 12 | 34 | 0 | 100 | 427 | 20 | 37 |
| Binary | 1010100 | 1000011 | 1011101 | 1010 | 11100 | 0 | 1000000 | 100010111 | 10000 | 11111 |
Color Harmonies of #54435D
Complementary color
Monochromatic Colors of #54435D
Black with #54435D
Text Example
Text Example
White with #54435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54435D; }
p { color: rgb(84,67,93); }
H1.HeaderClassName
{
color: #54435D;
}
.AnyTagClassName
{
color: #54435D;
}
</style>
background-color css
<style>
a { background-color: #54435D; }
a { background-color: rgb(84,67,93); }
div.DivClassName
{
background-color: #54435D;
}
.BgClassName
{
background-color: #54435D;
}
</style>
border-color css
<style>
span { border-color: #54435D; }
span { border-color: rgb(84,67,93); }
td.TdClassName
{
border-color: #54435D;
}
.TagClassName
{
border-color: #54435D;
}
</style>