Shades of Honey Flower #55306E
Tints of Honey Flower #55306E
RGB
CMYK
RGB Variations
Color information
#55306E (or 0x55306E) is known color: Honey Flower. HEX triplet: 55, 30 and 6E. RGB value is (85,48,110). Sum of RGB (Red+Green+Blue) = 85+48+110=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #55306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55306E is #AACF91. Grayscale: #414141. Windows color (decimal): -11194258 or 7221333. OLE color: 7221333.
HSL color Cylindrical-coordinate representation of color #55306E: hue angle of 275.81º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55306E is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 48 | 110 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.57 |
| HSL | 275.81º | 0.39% | 0.31% | - |
| HSV(B) | 275.81º | 0.56% | 0.43% | - |
| XYZ | 7.62 | 5.17 | 15.35 | - |
| YUV | 66.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 110 | 0.23 | 0.56 | 0 | 0.57 | 275.81 | 0.39 | 0.31 |
| Hex | 55 | 30 | 6E | 17 | 38 | 0 | 39 | 114 | 27 | 1F |
| Octal | 125 | 60 | 156 | 27 | 70 | 0 | 71 | 424 | 47 | 37 |
| Binary | 1010101 | 110000 | 1101110 | 10111 | 111000 | 0 | 111001 | 100010100 | 100111 | 11111 |
Color Harmonies of #55306E
Complementary color
Monochromatic Colors of #55306E
Black with #55306E
Text Example
Text Example
White with #55306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55306E; }
p { color: rgb(85,48,110); }
H1.HeaderClassName
{
color: #55306E;
}
.AnyTagClassName
{
color: #55306E;
}
</style>
background-color css
<style>
a { background-color: #55306E; }
a { background-color: rgb(85,48,110); }
div.DivClassName
{
background-color: #55306E;
}
.BgClassName
{
background-color: #55306E;
}
</style>
border-color css
<style>
span { border-color: #55306E; }
span { border-color: rgb(85,48,110); }
td.TdClassName
{
border-color: #55306E;
}
.TagClassName
{
border-color: #55306E;
}
</style>