Shades of Honey Flower #552F65
Tints of Honey Flower #552F65
RGB
CMYK
RGB Variations
Color information
#552F65 (or 0x552F65) is known color: Honey Flower. HEX triplet: 55, 2F and 65. RGB value is (85,47,101). Sum of RGB (Red+Green+Blue) = 85+47+101=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #552F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F65 is #AAD09A. Grayscale: #404040. Windows color (decimal): -11194523 or 6631253. OLE color: 6631253.
HSL color Cylindrical-coordinate representation of color #552F65: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552F65 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 47 | 101 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.60 |
| HSL | 282.22º | 0.36% | 0.29% | - |
| HSV(B) | 282.22º | 0.53% | 0.4% | - |
| XYZ | 7.11 | 4.9 | 12.88 | - |
| YUV | 64.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 101 | 0.16 | 0.53 | 0 | 0.60 | 282.22 | 0.36 | 0.29 |
| Hex | 55 | 2F | 65 | 10 | 35 | 0 | 3C | 11A | 24 | 1D |
| Octal | 125 | 57 | 145 | 20 | 65 | 0 | 74 | 432 | 44 | 35 |
| Binary | 1010101 | 101111 | 1100101 | 10000 | 110101 | 0 | 111100 | 100011010 | 100100 | 11101 |
Color Harmonies of #552F65
Complementary color
Monochromatic Colors of #552F65
Black with #552F65
Text Example
Text Example
White with #552F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F65; }
p { color: rgb(85,47,101); }
H1.HeaderClassName
{
color: #552F65;
}
.AnyTagClassName
{
color: #552F65;
}
</style>
background-color css
<style>
a { background-color: #552F65; }
a { background-color: rgb(85,47,101); }
div.DivClassName
{
background-color: #552F65;
}
.BgClassName
{
background-color: #552F65;
}
</style>
border-color css
<style>
span { border-color: #552F65; }
span { border-color: rgb(85,47,101); }
td.TdClassName
{
border-color: #552F65;
}
.TagClassName
{
border-color: #552F65;
}
</style>