Shades of Honey Flower #55425F
Tints of Honey Flower #55425F
RGB
CMYK
RGB Variations
Color information
#55425F (or 0x55425F) is known color: Honey Flower. HEX triplet: 55, 42 and 5F. RGB value is (85,66,95). Sum of RGB (Red+Green+Blue) = 85+66+95=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #55425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55425F is #AABDA0. Grayscale: #4A4A4A. Windows color (decimal): -11189665 or 6242901. OLE color: 6242901.
HSL color Cylindrical-coordinate representation of color #55425F: hue angle of 279.31º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55425F is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 66 | 95 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.63 |
| HSL | 279.31º | 0.18% | 0.32% | - |
| HSV(B) | 279.31º | 0.31% | 0.37% | - |
| XYZ | 7.76 | 6.65 | 11.7 | - |
| YUV | 74.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 95 | 0.11 | 0.31 | 0 | 0.63 | 279.31 | 0.18 | 0.32 |
| Hex | 55 | 42 | 5F | B | 1F | 0 | 3F | 117 | 12 | 20 |
| Octal | 125 | 102 | 137 | 13 | 37 | 0 | 77 | 427 | 22 | 40 |
| Binary | 1010101 | 1000010 | 1011111 | 1011 | 11111 | 0 | 111111 | 100010111 | 10010 | 100000 |
Color Harmonies of #55425F
Complementary color
Monochromatic Colors of #55425F
Black with #55425F
Text Example
Text Example
White with #55425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55425F; }
p { color: rgb(85,66,95); }
H1.HeaderClassName
{
color: #55425F;
}
.AnyTagClassName
{
color: #55425F;
}
</style>
background-color css
<style>
a { background-color: #55425F; }
a { background-color: rgb(85,66,95); }
div.DivClassName
{
background-color: #55425F;
}
.BgClassName
{
background-color: #55425F;
}
</style>
border-color css
<style>
span { border-color: #55425F; }
span { border-color: rgb(85,66,95); }
td.TdClassName
{
border-color: #55425F;
}
.TagClassName
{
border-color: #55425F;
}
</style>