Shades of Honey Flower #55306B
Tints of Honey Flower #55306B
RGB
CMYK
RGB Variations
Color information
#55306B (or 0x55306B) is known color: Honey Flower. HEX triplet: 55, 30 and 6B. RGB value is (85,48,107). Sum of RGB (Red+Green+Blue) = 85+48+107=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #55306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55306B is #AACF94. Grayscale: #414141. Windows color (decimal): -11194261 or 7024725. OLE color: 7024725.
HSL color Cylindrical-coordinate representation of color #55306B: hue angle of 277.63º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55306B is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 48 | 107 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.58 |
| HSL | 277.63º | 0.38% | 0.3% | - |
| HSV(B) | 277.63º | 0.55% | 0.42% | - |
| XYZ | 7.46 | 5.11 | 14.5 | - |
| YUV | 65.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 107 | 0.21 | 0.55 | 0 | 0.58 | 277.63 | 0.38 | 0.3 |
| Hex | 55 | 30 | 6B | 15 | 37 | 0 | 3A | 116 | 26 | 1E |
| Octal | 125 | 60 | 153 | 25 | 67 | 0 | 72 | 426 | 46 | 36 |
| Binary | 1010101 | 110000 | 1101011 | 10101 | 110111 | 0 | 111010 | 100010110 | 100110 | 11110 |
Color Harmonies of #55306B
Complementary color
Monochromatic Colors of #55306B
Black with #55306B
Text Example
Text Example
White with #55306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55306B; }
p { color: rgb(85,48,107); }
H1.HeaderClassName
{
color: #55306B;
}
.AnyTagClassName
{
color: #55306B;
}
</style>
background-color css
<style>
a { background-color: #55306B; }
a { background-color: rgb(85,48,107); }
div.DivClassName
{
background-color: #55306B;
}
.BgClassName
{
background-color: #55306B;
}
</style>
border-color css
<style>
span { border-color: #55306B; }
span { border-color: rgb(85,48,107); }
td.TdClassName
{
border-color: #55306B;
}
.TagClassName
{
border-color: #55306B;
}
</style>