Shades of Honey Flower #5D376D
Tints of Honey Flower #5D376D
RGB
CMYK
RGB Variations
Color information
#5D376D (or 0x5D376D) is known color: Honey Flower. HEX triplet: 5D, 37 and 6D. RGB value is (93,55,109). Sum of RGB (Red+Green+Blue) = 93+55+109=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D376D is #A2C892. Grayscale: #484848. Windows color (decimal): -10668179 or 7157597. OLE color: 7157597.
HSL color Cylindrical-coordinate representation of color #5D376D: hue angle of 282.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D376D is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 55 | 109 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.57 |
| HSL | 282.22º | 0.33% | 0.32% | - |
| HSV(B) | 282.22º | 0.5% | 0.43% | - |
| XYZ | 8.64 | 6.16 | 15.2 | - |
| YUV | 72.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 109 | 0.15 | 0.50 | 0 | 0.57 | 282.22 | 0.33 | 0.32 |
| Hex | 5D | 37 | 6D | F | 32 | 0 | 39 | 11A | 21 | 20 |
| Octal | 135 | 67 | 155 | 17 | 62 | 0 | 71 | 432 | 41 | 40 |
| Binary | 1011101 | 110111 | 1101101 | 1111 | 110010 | 0 | 111001 | 100011010 | 100001 | 100000 |
Color Harmonies of #5D376D
Complementary color
Monochromatic Colors of #5D376D
Black with #5D376D
Text Example
Text Example
White with #5D376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D376D; }
p { color: rgb(93,55,109); }
H1.HeaderClassName
{
color: #5D376D;
}
.AnyTagClassName
{
color: #5D376D;
}
</style>
background-color css
<style>
a { background-color: #5D376D; }
a { background-color: rgb(93,55,109); }
div.DivClassName
{
background-color: #5D376D;
}
.BgClassName
{
background-color: #5D376D;
}
</style>
border-color css
<style>
span { border-color: #5D376D; }
span { border-color: rgb(93,55,109); }
td.TdClassName
{
border-color: #5D376D;
}
.TagClassName
{
border-color: #5D376D;
}
</style>