Shades of Honey Flower #55266D
Tints of Honey Flower #55266D
RGB
CMYK
RGB Variations
Color information
#55266D (or 0x55266D) is known color: Honey Flower. HEX triplet: 55, 26 and 6D. RGB value is (85,38,109). Sum of RGB (Red+Green+Blue) = 85+38+109=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #55266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55266D is #AAD992. Grayscale: #3B3B3B. Windows color (decimal): -11196819 or 7153237. OLE color: 7153237.
HSL color Cylindrical-coordinate representation of color #55266D: hue angle of 279.72º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55266D is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 38 | 109 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.57 |
| HSL | 279.72º | 0.48% | 0.29% | - |
| HSV(B) | 279.72º | 0.65% | 0.43% | - |
| XYZ | 7.2 | 4.42 | 14.94 | - |
| YUV | 60.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 109 | 0.22 | 0.65 | 0 | 0.57 | 279.72 | 0.48 | 0.29 |
| Hex | 55 | 26 | 6D | 16 | 41 | 0 | 39 | 118 | 30 | 1D |
| Octal | 125 | 46 | 155 | 26 | 101 | 0 | 71 | 430 | 60 | 35 |
| Binary | 1010101 | 100110 | 1101101 | 10110 | 1000001 | 0 | 111001 | 100011000 | 110000 | 11101 |
Color Harmonies of #55266D
Complementary color
Monochromatic Colors of #55266D
Black with #55266D
Text Example
Text Example
White with #55266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55266D; }
p { color: rgb(85,38,109); }
H1.HeaderClassName
{
color: #55266D;
}
.AnyTagClassName
{
color: #55266D;
}
</style>
background-color css
<style>
a { background-color: #55266D; }
a { background-color: rgb(85,38,109); }
div.DivClassName
{
background-color: #55266D;
}
.BgClassName
{
background-color: #55266D;
}
</style>
border-color css
<style>
span { border-color: #55266D; }
span { border-color: rgb(85,38,109); }
td.TdClassName
{
border-color: #55266D;
}
.TagClassName
{
border-color: #55266D;
}
</style>