Shades of Honey Flower #55266C
Tints of Honey Flower #55266C
RGB
CMYK
RGB Variations
Color information
#55266C (or 0x55266C) is known color: Honey Flower. HEX triplet: 55, 26 and 6C. RGB value is (85,38,108). Sum of RGB (Red+Green+Blue) = 85+38+108=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #55266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55266C is #AAD993. Grayscale: #3B3B3B. Windows color (decimal): -11196820 or 7087701. OLE color: 7087701.
HSL color Cylindrical-coordinate representation of color #55266C: hue angle of 280.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55266C is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 38 | 108 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.58 |
| HSL | 280.29º | 0.48% | 0.29% | - |
| HSV(B) | 280.29º | 0.65% | 0.42% | - |
| XYZ | 7.15 | 4.4 | 14.66 | - |
| YUV | 60.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 108 | 0.21 | 0.65 | 0 | 0.58 | 280.29 | 0.48 | 0.29 |
| Hex | 55 | 26 | 6C | 15 | 41 | 0 | 3A | 118 | 30 | 1D |
| Octal | 125 | 46 | 154 | 25 | 101 | 0 | 72 | 430 | 60 | 35 |
| Binary | 1010101 | 100110 | 1101100 | 10101 | 1000001 | 0 | 111010 | 100011000 | 110000 | 11101 |
Color Harmonies of #55266C
Complementary color
Monochromatic Colors of #55266C
Black with #55266C
Text Example
Text Example
White with #55266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55266C; }
p { color: rgb(85,38,108); }
H1.HeaderClassName
{
color: #55266C;
}
.AnyTagClassName
{
color: #55266C;
}
</style>
background-color css
<style>
a { background-color: #55266C; }
a { background-color: rgb(85,38,108); }
div.DivClassName
{
background-color: #55266C;
}
.BgClassName
{
background-color: #55266C;
}
</style>
border-color css
<style>
span { border-color: #55266C; }
span { border-color: rgb(85,38,108); }
td.TdClassName
{
border-color: #55266C;
}
.TagClassName
{
border-color: #55266C;
}
</style>