Shades of Honey Flower #55286C
Tints of Honey Flower #55286C
RGB
CMYK
RGB Variations
Color information
#55286C (or 0x55286C) is known color: Honey Flower. HEX triplet: 55, 28 and 6C. RGB value is (85,40,108). Sum of RGB (Red+Green+Blue) = 85+40+108=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #55286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55286C is #AAD793. Grayscale: #3C3C3C. Windows color (decimal): -11196308 or 7088213. OLE color: 7088213.
HSL color Cylindrical-coordinate representation of color #55286C: hue angle of 279.71º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55286C is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 40 | 108 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.58 |
| HSL | 279.71º | 0.46% | 0.29% | - |
| HSV(B) | 279.71º | 0.63% | 0.42% | - |
| XYZ | 7.21 | 4.53 | 14.68 | - |
| YUV | 61.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 108 | 0.21 | 0.63 | 0 | 0.58 | 279.71 | 0.46 | 0.29 |
| Hex | 55 | 28 | 6C | 15 | 3F | 0 | 3A | 118 | 2E | 1D |
| Octal | 125 | 50 | 154 | 25 | 77 | 0 | 72 | 430 | 56 | 35 |
| Binary | 1010101 | 101000 | 1101100 | 10101 | 111111 | 0 | 111010 | 100011000 | 101110 | 11101 |
Color Harmonies of #55286C
Complementary color
Monochromatic Colors of #55286C
Black with #55286C
Text Example
Text Example
White with #55286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55286C; }
p { color: rgb(85,40,108); }
H1.HeaderClassName
{
color: #55286C;
}
.AnyTagClassName
{
color: #55286C;
}
</style>
background-color css
<style>
a { background-color: #55286C; }
a { background-color: rgb(85,40,108); }
div.DivClassName
{
background-color: #55286C;
}
.BgClassName
{
background-color: #55286C;
}
</style>
border-color css
<style>
span { border-color: #55286C; }
span { border-color: rgb(85,40,108); }
td.TdClassName
{
border-color: #55286C;
}
.TagClassName
{
border-color: #55286C;
}
</style>