Shades of Honey Flower #55435D
Tints of Honey Flower #55435D
RGB
CMYK
RGB Variations
Color information
#55435D (or 0x55435D) is known color: Honey Flower. HEX triplet: 55, 43 and 5D. RGB value is (85,67,93). Sum of RGB (Red+Green+Blue) = 85+67+93=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #55435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435D is #AABCA2. Grayscale: #4B4B4B. Windows color (decimal): -11189411 or 6112085. OLE color: 6112085.
HSL color Cylindrical-coordinate representation of color #55435D: hue angle of 281.54º 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 #55435D is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 67 | 93 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.64 |
| HSL | 281.54º | 0.16% | 0.31% | - |
| HSV(B) | 281.54º | 0.28% | 0.36% | - |
| XYZ | 7.73 | 6.74 | 11.25 | - |
| YUV | 75.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 93 | 0.09 | 0.28 | 0 | 0.64 | 281.54 | 0.16 | 0.31 |
| Hex | 55 | 43 | 5D | 9 | 1C | 0 | 40 | 11A | 10 | 1F |
| Octal | 125 | 103 | 135 | 11 | 34 | 0 | 100 | 432 | 20 | 37 |
| Binary | 1010101 | 1000011 | 1011101 | 1001 | 11100 | 0 | 1000000 | 100011010 | 10000 | 11111 |
Color Harmonies of #55435D
Complementary color
Monochromatic Colors of #55435D
Black with #55435D
Text Example
Text Example
White with #55435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55435D; }
p { color: rgb(85,67,93); }
H1.HeaderClassName
{
color: #55435D;
}
.AnyTagClassName
{
color: #55435D;
}
</style>
background-color css
<style>
a { background-color: #55435D; }
a { background-color: rgb(85,67,93); }
div.DivClassName
{
background-color: #55435D;
}
.BgClassName
{
background-color: #55435D;
}
</style>
border-color css
<style>
span { border-color: #55435D; }
span { border-color: rgb(85,67,93); }
td.TdClassName
{
border-color: #55435D;
}
.TagClassName
{
border-color: #55435D;
}
</style>