Shades of Honey Flower #55385F
Tints of Honey Flower #55385F
RGB
CMYK
RGB Variations
Color information
#55385F (or 0x55385F) is known color: Honey Flower. HEX triplet: 55, 38 and 5F. RGB value is (85,56,95). Sum of RGB (Red+Green+Blue) = 85+56+95=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #55385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55385F is #AAC7A0. Grayscale: #444444. Windows color (decimal): -11192225 or 6240341. OLE color: 6240341.
HSL color Cylindrical-coordinate representation of color #55385F: hue angle of 284.62º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55385F is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 56 | 95 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.63 |
| HSL | 284.62º | 0.26% | 0.3% | - |
| HSV(B) | 284.62º | 0.41% | 0.37% | - |
| XYZ | 7.23 | 5.59 | 11.52 | - |
| YUV | 69.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 95 | 0.11 | 0.41 | 0 | 0.63 | 284.62 | 0.26 | 0.3 |
| Hex | 55 | 38 | 5F | B | 29 | 0 | 3F | 11D | 1A | 1E |
| Octal | 125 | 70 | 137 | 13 | 51 | 0 | 77 | 435 | 32 | 36 |
| Binary | 1010101 | 111000 | 1011111 | 1011 | 101001 | 0 | 111111 | 100011101 | 11010 | 11110 |
Color Harmonies of #55385F
Complementary color
Monochromatic Colors of #55385F
Black with #55385F
Text Example
Text Example
White with #55385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55385F; }
p { color: rgb(85,56,95); }
H1.HeaderClassName
{
color: #55385F;
}
.AnyTagClassName
{
color: #55385F;
}
</style>
background-color css
<style>
a { background-color: #55385F; }
a { background-color: rgb(85,56,95); }
div.DivClassName
{
background-color: #55385F;
}
.BgClassName
{
background-color: #55385F;
}
</style>
border-color css
<style>
span { border-color: #55385F; }
span { border-color: rgb(85,56,95); }
td.TdClassName
{
border-color: #55385F;
}
.TagClassName
{
border-color: #55385F;
}
</style>