Shades of Honey Flower #55415C
Tints of Honey Flower #55415C
RGB
CMYK
RGB Variations
Color information
#55415C (or 0x55415C) is known color: Honey Flower. HEX triplet: 55, 41 and 5C. RGB value is (85,65,92). Sum of RGB (Red+Green+Blue) = 85+65+92=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #55415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415C is #AABEA3. Grayscale: #494949. Windows color (decimal): -11189924 or 6046037. OLE color: 6046037.
HSL color Cylindrical-coordinate representation of color #55415C: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55415C is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 65 | 92 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.64 |
| HSL | 284.44º | 0.17% | 0.31% | - |
| HSV(B) | 284.44º | 0.29% | 0.36% | - |
| XYZ | 7.57 | 6.48 | 10.98 | - |
| YUV | 74.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 92 | 0.08 | 0.29 | 0 | 0.64 | 284.44 | 0.17 | 0.31 |
| Hex | 55 | 41 | 5C | 8 | 1D | 0 | 40 | 11C | 11 | 1F |
| Octal | 125 | 101 | 134 | 10 | 35 | 0 | 100 | 434 | 21 | 37 |
| Binary | 1010101 | 1000001 | 1011100 | 1000 | 11101 | 0 | 1000000 | 100011100 | 10001 | 11111 |
Color Harmonies of #55415C
Complementary color
Monochromatic Colors of #55415C
Black with #55415C
Text Example
Text Example
White with #55415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55415C; }
p { color: rgb(85,65,92); }
H1.HeaderClassName
{
color: #55415C;
}
.AnyTagClassName
{
color: #55415C;
}
</style>
background-color css
<style>
a { background-color: #55415C; }
a { background-color: rgb(85,65,92); }
div.DivClassName
{
background-color: #55415C;
}
.BgClassName
{
background-color: #55415C;
}
</style>
border-color css
<style>
span { border-color: #55415C; }
span { border-color: rgb(85,65,92); }
td.TdClassName
{
border-color: #55415C;
}
.TagClassName
{
border-color: #55415C;
}
</style>