Shades of Honey Flower #5D376E
Tints of Honey Flower #5D376E
RGB
CMYK
RGB Variations
Color information
#5D376E (or 0x5D376E) is known color: Honey Flower. HEX triplet: 5D, 37 and 6E. RGB value is (93,55,110). Sum of RGB (Red+Green+Blue) = 93+55+110=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D376E is #A2C891. Grayscale: #484848. Windows color (decimal): -10668178 or 7223133. OLE color: 7223133.
HSL color Cylindrical-coordinate representation of color #5D376E: hue angle of 281.45º 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 #5D376E is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 55 | 110 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.57 |
| HSL | 281.45º | 0.33% | 0.32% | - |
| HSV(B) | 281.45º | 0.5% | 0.43% | - |
| XYZ | 8.69 | 6.19 | 15.49 | - |
| YUV | 72.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 110 | 0.15 | 0.5 | 0 | 0.57 | 281.45 | 0.33 | 0.32 |
| Hex | 5D | 37 | 6E | F | 32 | 0 | 39 | 119 | 21 | 20 |
| Octal | 135 | 67 | 156 | 17 | 62 | 0 | 71 | 431 | 41 | 40 |
| Binary | 1011101 | 110111 | 1101110 | 1111 | 110010 | 0 | 111001 | 100011001 | 100001 | 100000 |
Color Harmonies of #5D376E
Complementary color
Monochromatic Colors of #5D376E
Black with #5D376E
Text Example
Text Example
White with #5D376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D376E; }
p { color: rgb(93,55,110); }
H1.HeaderClassName
{
color: #5D376E;
}
.AnyTagClassName
{
color: #5D376E;
}
</style>
background-color css
<style>
a { background-color: #5D376E; }
a { background-color: rgb(93,55,110); }
div.DivClassName
{
background-color: #5D376E;
}
.BgClassName
{
background-color: #5D376E;
}
</style>
border-color css
<style>
span { border-color: #5D376E; }
span { border-color: rgb(93,55,110); }
td.TdClassName
{
border-color: #5D376E;
}
.TagClassName
{
border-color: #5D376E;
}
</style>