Shades of Honey Flower #55346F
Tints of Honey Flower #55346F
RGB
CMYK
RGB Variations
Color information
#55346F (or 0x55346F) is known color: Honey Flower. HEX triplet: 55, 34 and 6F. RGB value is (85,52,111). Sum of RGB (Red+Green+Blue) = 85+52+111=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #55346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55346F is #AACB90. Grayscale: #444444. Windows color (decimal): -11193233 or 7287893. OLE color: 7287893.
HSL color Cylindrical-coordinate representation of color #55346F: hue angle of 273.56º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55346F is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 52 | 111 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.56 |
| HSL | 273.56º | 0.36% | 0.32% | - |
| HSV(B) | 273.56º | 0.53% | 0.44% | - |
| XYZ | 7.84 | 5.53 | 15.69 | - |
| YUV | 68.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 111 | 0.23 | 0.53 | 0 | 0.56 | 273.56 | 0.36 | 0.32 |
| Hex | 55 | 34 | 6F | 17 | 35 | 0 | 38 | 112 | 24 | 20 |
| Octal | 125 | 64 | 157 | 27 | 65 | 0 | 70 | 422 | 44 | 40 |
| Binary | 1010101 | 110100 | 1101111 | 10111 | 110101 | 0 | 111000 | 100010010 | 100100 | 100000 |
Color Harmonies of #55346F
Complementary color
Monochromatic Colors of #55346F
Black with #55346F
Text Example
Text Example
White with #55346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55346F; }
p { color: rgb(85,52,111); }
H1.HeaderClassName
{
color: #55346F;
}
.AnyTagClassName
{
color: #55346F;
}
</style>
background-color css
<style>
a { background-color: #55346F; }
a { background-color: rgb(85,52,111); }
div.DivClassName
{
background-color: #55346F;
}
.BgClassName
{
background-color: #55346F;
}
</style>
border-color css
<style>
span { border-color: #55346F; }
span { border-color: rgb(85,52,111); }
td.TdClassName
{
border-color: #55346F;
}
.TagClassName
{
border-color: #55346F;
}
</style>