Shades of Honey Flower #55286D
Tints of Honey Flower #55286D
RGB
CMYK
RGB Variations
Color information
#55286D (or 0x55286D) is known color: Honey Flower. HEX triplet: 55, 28 and 6D. RGB value is (85,40,109). Sum of RGB (Red+Green+Blue) = 85+40+109=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #55286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55286D is #AAD792. Grayscale: #3D3D3D. Windows color (decimal): -11196307 or 7153749. OLE color: 7153749.
HSL color Cylindrical-coordinate representation of color #55286D: hue angle of 279.13º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55286D is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 40 | 109 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.57 |
| HSL | 279.13º | 0.46% | 0.29% | - |
| HSV(B) | 279.13º | 0.63% | 0.43% | - |
| XYZ | 7.27 | 4.55 | 14.96 | - |
| YUV | 61.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 109 | 0.22 | 0.63 | 0 | 0.57 | 279.13 | 0.46 | 0.29 |
| Hex | 55 | 28 | 6D | 16 | 3F | 0 | 39 | 117 | 2E | 1D |
| Octal | 125 | 50 | 155 | 26 | 77 | 0 | 71 | 427 | 56 | 35 |
| Binary | 1010101 | 101000 | 1101101 | 10110 | 111111 | 0 | 111001 | 100010111 | 101110 | 11101 |
Color Harmonies of #55286D
Complementary color
Monochromatic Colors of #55286D
Black with #55286D
Text Example
Text Example
White with #55286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55286D; }
p { color: rgb(85,40,109); }
H1.HeaderClassName
{
color: #55286D;
}
.AnyTagClassName
{
color: #55286D;
}
</style>
background-color css
<style>
a { background-color: #55286D; }
a { background-color: rgb(85,40,109); }
div.DivClassName
{
background-color: #55286D;
}
.BgClassName
{
background-color: #55286D;
}
</style>
border-color css
<style>
span { border-color: #55286D; }
span { border-color: rgb(85,40,109); }
td.TdClassName
{
border-color: #55286D;
}
.TagClassName
{
border-color: #55286D;
}
</style>