Shades of Honey Flower #552E6B
Tints of Honey Flower #552E6B
RGB
CMYK
RGB Variations
Color information
#552E6B (or 0x552E6B) is known color: Honey Flower. HEX triplet: 55, 2E and 6B. RGB value is (85,46,107). Sum of RGB (Red+Green+Blue) = 85+46+107=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #552E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E6B is #AAD194. Grayscale: #404040. Windows color (decimal): -11194773 or 7024213. OLE color: 7024213.
HSL color Cylindrical-coordinate representation of color #552E6B: hue angle of 278.36º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552E6B is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 46 | 107 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.58 |
| HSL | 278.36º | 0.4% | 0.3% | - |
| HSV(B) | 278.36º | 0.57% | 0.42% | - |
| XYZ | 7.38 | 4.95 | 14.48 | - |
| YUV | 64.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 107 | 0.21 | 0.57 | 0 | 0.58 | 278.36 | 0.4 | 0.3 |
| Hex | 55 | 2E | 6B | 15 | 39 | 0 | 3A | 116 | 28 | 1E |
| Octal | 125 | 56 | 153 | 25 | 71 | 0 | 72 | 426 | 50 | 36 |
| Binary | 1010101 | 101110 | 1101011 | 10101 | 111001 | 0 | 111010 | 100010110 | 101000 | 11110 |
Color Harmonies of #552E6B
Complementary color
Monochromatic Colors of #552E6B
Black with #552E6B
Text Example
Text Example
White with #552E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E6B; }
p { color: rgb(85,46,107); }
H1.HeaderClassName
{
color: #552E6B;
}
.AnyTagClassName
{
color: #552E6B;
}
</style>
background-color css
<style>
a { background-color: #552E6B; }
a { background-color: rgb(85,46,107); }
div.DivClassName
{
background-color: #552E6B;
}
.BgClassName
{
background-color: #552E6B;
}
</style>
border-color css
<style>
span { border-color: #552E6B; }
span { border-color: rgb(85,46,107); }
td.TdClassName
{
border-color: #552E6B;
}
.TagClassName
{
border-color: #552E6B;
}
</style>