Shades of Honey Flower #55296B
Tints of Honey Flower #55296B
RGB
CMYK
RGB Variations
Color information
#55296B (or 0x55296B) is known color: Honey Flower. HEX triplet: 55, 29 and 6B. RGB value is (85,41,107). Sum of RGB (Red+Green+Blue) = 85+41+107=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #55296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55296B is #AAD694. Grayscale: #3D3D3D. Windows color (decimal): -11196053 or 7022933. OLE color: 7022933.
HSL color Cylindrical-coordinate representation of color #55296B: hue angle of 280º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55296B is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 41 | 107 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.58 |
| HSL | 280º | 0.45% | 0.29% | - |
| HSV(B) | 280º | 0.62% | 0.42% | - |
| XYZ | 7.19 | 4.58 | 14.41 | - |
| YUV | 61.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 107 | 0.21 | 0.62 | 0 | 0.58 | 280 | 0.45 | 0.29 |
| Hex | 55 | 29 | 6B | 15 | 3E | 0 | 3A | 118 | 2D | 1D |
| Octal | 125 | 51 | 153 | 25 | 76 | 0 | 72 | 430 | 55 | 35 |
| Binary | 1010101 | 101001 | 1101011 | 10101 | 111110 | 0 | 111010 | 100011000 | 101101 | 11101 |
Color Harmonies of #55296B
Complementary color
Monochromatic Colors of #55296B
Black with #55296B
Text Example
Text Example
White with #55296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55296B; }
p { color: rgb(85,41,107); }
H1.HeaderClassName
{
color: #55296B;
}
.AnyTagClassName
{
color: #55296B;
}
</style>
background-color css
<style>
a { background-color: #55296B; }
a { background-color: rgb(85,41,107); }
div.DivClassName
{
background-color: #55296B;
}
.BgClassName
{
background-color: #55296B;
}
</style>
border-color css
<style>
span { border-color: #55296B; }
span { border-color: rgb(85,41,107); }
td.TdClassName
{
border-color: #55296B;
}
.TagClassName
{
border-color: #55296B;
}
</style>