Shades of Honey Flower #55475F
Tints of Honey Flower #55475F
RGB
CMYK
RGB Variations
Color information
#55475F (or 0x55475F) is known color: Honey Flower. HEX triplet: 55, 47 and 5F. RGB value is (85,71,95). Sum of RGB (Red+Green+Blue) = 85+71+95=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #55475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55475F is #AAB8A0. Grayscale: #4D4D4D. Windows color (decimal): -11188385 or 6244181. OLE color: 6244181.
HSL color Cylindrical-coordinate representation of color #55475F: hue angle of 275º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55475F is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 71 | 95 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.63 |
| HSL | 275º | 0.14% | 0.33% | - |
| HSV(B) | 275º | 0.25% | 0.37% | - |
| XYZ | 8.07 | 7.26 | 11.8 | - |
| YUV | 77.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 95 | 0.11 | 0.25 | 0 | 0.63 | 275 | 0.14 | 0.33 |
| Hex | 55 | 47 | 5F | B | 19 | 0 | 3F | 113 | E | 21 |
| Octal | 125 | 107 | 137 | 13 | 31 | 0 | 77 | 423 | 16 | 41 |
| Binary | 1010101 | 1000111 | 1011111 | 1011 | 11001 | 0 | 111111 | 100010011 | 1110 | 100001 |
Color Harmonies of #55475F
Complementary color
Monochromatic Colors of #55475F
Black with #55475F
Text Example
Text Example
White with #55475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55475F; }
p { color: rgb(85,71,95); }
H1.HeaderClassName
{
color: #55475F;
}
.AnyTagClassName
{
color: #55475F;
}
</style>
background-color css
<style>
a { background-color: #55475F; }
a { background-color: rgb(85,71,95); }
div.DivClassName
{
background-color: #55475F;
}
.BgClassName
{
background-color: #55475F;
}
</style>
border-color css
<style>
span { border-color: #55475F; }
span { border-color: rgb(85,71,95); }
td.TdClassName
{
border-color: #55475F;
}
.TagClassName
{
border-color: #55475F;
}
</style>