Shades of Honey Flower #55435C
Tints of Honey Flower #55435C
RGB
CMYK
RGB Variations
Color information
#55435C (or 0x55435C) is known color: Honey Flower. HEX triplet: 55, 43 and 5C. RGB value is (85,67,92). Sum of RGB (Red+Green+Blue) = 85+67+92=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #55435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435C is #AABCA3. Grayscale: #4B4B4B. Windows color (decimal): -11189412 or 6046549. OLE color: 6046549.
HSL color Cylindrical-coordinate representation of color #55435C: hue angle of 283.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55435C is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 67 | 92 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.64 |
| HSL | 283.2º | 0.16% | 0.31% | - |
| HSV(B) | 283.2º | 0.27% | 0.36% | - |
| XYZ | 7.69 | 6.72 | 11.02 | - |
| YUV | 75.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 92 | 0.08 | 0.27 | 0 | 0.64 | 283.2 | 0.16 | 0.31 |
| Hex | 55 | 43 | 5C | 8 | 1B | 0 | 40 | 11B | 10 | 1F |
| Octal | 125 | 103 | 134 | 10 | 33 | 0 | 100 | 433 | 20 | 37 |
| Binary | 1010101 | 1000011 | 1011100 | 1000 | 11011 | 0 | 1000000 | 100011011 | 10000 | 11111 |
Color Harmonies of #55435C
Complementary color
Monochromatic Colors of #55435C
Black with #55435C
Text Example
Text Example
White with #55435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55435C; }
p { color: rgb(85,67,92); }
H1.HeaderClassName
{
color: #55435C;
}
.AnyTagClassName
{
color: #55435C;
}
</style>
background-color css
<style>
a { background-color: #55435C; }
a { background-color: rgb(85,67,92); }
div.DivClassName
{
background-color: #55435C;
}
.BgClassName
{
background-color: #55435C;
}
</style>
border-color css
<style>
span { border-color: #55435C; }
span { border-color: rgb(85,67,92); }
td.TdClassName
{
border-color: #55435C;
}
.TagClassName
{
border-color: #55435C;
}
</style>