Shades of Honey Flower #552D66
Tints of Honey Flower #552D66
RGB
CMYK
RGB Variations
Color information
#552D66 (or 0x552D66) is known color: Honey Flower. HEX triplet: 55, 2D and 66. RGB value is (85,45,102). Sum of RGB (Red+Green+Blue) = 85+45+102=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #552D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D66 is #AAD299. Grayscale: #3F3F3F. Windows color (decimal): -11195034 or 6696277. OLE color: 6696277.
HSL color Cylindrical-coordinate representation of color #552D66: hue angle of 282.11º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552D66 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 45 | 102 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.6 |
| HSL | 282.11º | 0.39% | 0.29% | - |
| HSV(B) | 282.11º | 0.56% | 0.4% | - |
| XYZ | 7.08 | 4.77 | 13.12 | - |
| YUV | 63.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 102 | 0.17 | 0.56 | 0 | 0.6 | 282.11 | 0.39 | 0.29 |
| Hex | 55 | 2D | 66 | 11 | 38 | 0 | 3C | 11A | 27 | 1D |
| Octal | 125 | 55 | 146 | 21 | 70 | 0 | 74 | 432 | 47 | 35 |
| Binary | 1010101 | 101101 | 1100110 | 10001 | 111000 | 0 | 111100 | 100011010 | 100111 | 11101 |
Color Harmonies of #552D66
Complementary color
Monochromatic Colors of #552D66
Black with #552D66
Text Example
Text Example
White with #552D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D66; }
p { color: rgb(85,45,102); }
H1.HeaderClassName
{
color: #552D66;
}
.AnyTagClassName
{
color: #552D66;
}
</style>
background-color css
<style>
a { background-color: #552D66; }
a { background-color: rgb(85,45,102); }
div.DivClassName
{
background-color: #552D66;
}
.BgClassName
{
background-color: #552D66;
}
</style>
border-color css
<style>
span { border-color: #552D66; }
span { border-color: rgb(85,45,102); }
td.TdClassName
{
border-color: #552D66;
}
.TagClassName
{
border-color: #552D66;
}
</style>