Shades of Honey Flower #55296A
Tints of Honey Flower #55296A
RGB
CMYK
RGB Variations
Color information
#55296A (or 0x55296A) is known color: Honey Flower. HEX triplet: 55, 29 and 6A. RGB value is (85,41,106). Sum of RGB (Red+Green+Blue) = 85+41+106=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #55296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55296A is #AAD695. Grayscale: #3D3D3D. Windows color (decimal): -11196054 or 6957397. OLE color: 6957397.
HSL color Cylindrical-coordinate representation of color #55296A: hue angle of 280.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55296A is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 41 | 106 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.58 |
| HSL | 280.62º | 0.44% | 0.29% | - |
| HSV(B) | 280.62º | 0.61% | 0.42% | - |
| XYZ | 7.14 | 4.56 | 14.14 | - |
| YUV | 61.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 106 | 0.20 | 0.61 | 0 | 0.58 | 280.62 | 0.44 | 0.29 |
| Hex | 55 | 29 | 6A | 14 | 3D | 0 | 3A | 119 | 2C | 1D |
| Octal | 125 | 51 | 152 | 24 | 75 | 0 | 72 | 431 | 54 | 35 |
| Binary | 1010101 | 101001 | 1101010 | 10100 | 111101 | 0 | 111010 | 100011001 | 101100 | 11101 |
Color Harmonies of #55296A
Complementary color
Monochromatic Colors of #55296A
Black with #55296A
Text Example
Text Example
White with #55296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55296A; }
p { color: rgb(85,41,106); }
H1.HeaderClassName
{
color: #55296A;
}
.AnyTagClassName
{
color: #55296A;
}
</style>
background-color css
<style>
a { background-color: #55296A; }
a { background-color: rgb(85,41,106); }
div.DivClassName
{
background-color: #55296A;
}
.BgClassName
{
background-color: #55296A;
}
</style>
border-color css
<style>
span { border-color: #55296A; }
span { border-color: rgb(85,41,106); }
td.TdClassName
{
border-color: #55296A;
}
.TagClassName
{
border-color: #55296A;
}
</style>