Shades of Honey Flower #5D2975
Tints of Honey Flower #5D2975
RGB
CMYK
RGB Variations
Color information
#5D2975 (or 0x5D2975) is known color: Honey Flower. HEX triplet: 5D, 29 and 75. RGB value is (93,41,117). Sum of RGB (Red+Green+Blue) = 93+41+117=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D2975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2975 is #A2D68A. Grayscale: #404040. Windows color (decimal): -10671755 or 7678301. OLE color: 7678301.
HSL color Cylindrical-coordinate representation of color #5D2975: hue angle of 281.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2975 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 41 | 117 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.54 |
| HSL | 281.05º | 0.48% | 0.31% | - |
| HSV(B) | 281.05º | 0.65% | 0.46% | - |
| XYZ | 8.52 | 5.2 | 17.38 | - |
| YUV | 65.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 117 | 0.21 | 0.65 | 0 | 0.54 | 281.05 | 0.48 | 0.31 |
| Hex | 5D | 29 | 75 | 15 | 41 | 0 | 36 | 119 | 30 | 1F |
| Octal | 135 | 51 | 165 | 25 | 101 | 0 | 66 | 431 | 60 | 37 |
| Binary | 1011101 | 101001 | 1110101 | 10101 | 1000001 | 0 | 110110 | 100011001 | 110000 | 11111 |
Color Harmonies of #5D2975
Complementary color
Monochromatic Colors of #5D2975
Black with #5D2975
Text Example
Text Example
White with #5D2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2975; }
p { color: rgb(93,41,117); }
H1.HeaderClassName
{
color: #5D2975;
}
.AnyTagClassName
{
color: #5D2975;
}
</style>
background-color css
<style>
a { background-color: #5D2975; }
a { background-color: rgb(93,41,117); }
div.DivClassName
{
background-color: #5D2975;
}
.BgClassName
{
background-color: #5D2975;
}
</style>
border-color css
<style>
span { border-color: #5D2975; }
span { border-color: rgb(93,41,117); }
td.TdClassName
{
border-color: #5D2975;
}
.TagClassName
{
border-color: #5D2975;
}
</style>