Shades of Honey Flower #5D2971
Tints of Honey Flower #5D2971
RGB
CMYK
RGB Variations
Color information
#5D2971 (or 0x5D2971) is known color: Honey Flower. HEX triplet: 5D, 29 and 71. RGB value is (93,41,113). Sum of RGB (Red+Green+Blue) = 93+41+113=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2971 is #A2D68E. Grayscale: #404040. Windows color (decimal): -10671759 or 7416157. OLE color: 7416157.
HSL color Cylindrical-coordinate representation of color #5D2971: hue angle of 283.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D2971 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 41 | 113 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.56 |
| HSL | 283.33º | 0.47% | 0.3% | - |
| HSV(B) | 283.33º | 0.64% | 0.44% | - |
| XYZ | 8.29 | 5.11 | 16.17 | - |
| YUV | 64.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 113 | 0.18 | 0.64 | 0 | 0.56 | 283.33 | 0.47 | 0.3 |
| Hex | 5D | 29 | 71 | 12 | 40 | 0 | 38 | 11B | 2F | 1E |
| Octal | 135 | 51 | 161 | 22 | 100 | 0 | 70 | 433 | 57 | 36 |
| Binary | 1011101 | 101001 | 1110001 | 10010 | 1000000 | 0 | 111000 | 100011011 | 101111 | 11110 |
Color Harmonies of #5D2971
Complementary color
Monochromatic Colors of #5D2971
Black with #5D2971
Text Example
Text Example
White with #5D2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2971; }
p { color: rgb(93,41,113); }
H1.HeaderClassName
{
color: #5D2971;
}
.AnyTagClassName
{
color: #5D2971;
}
</style>
background-color css
<style>
a { background-color: #5D2971; }
a { background-color: rgb(93,41,113); }
div.DivClassName
{
background-color: #5D2971;
}
.BgClassName
{
background-color: #5D2971;
}
</style>
border-color css
<style>
span { border-color: #5D2971; }
span { border-color: rgb(93,41,113); }
td.TdClassName
{
border-color: #5D2971;
}
.TagClassName
{
border-color: #5D2971;
}
</style>