Shades of Honey Flower #5D4775
Tints of Honey Flower #5D4775
RGB
CMYK
RGB Variations
Color information
#5D4775 (or 0x5D4775) is known color: Honey Flower. HEX triplet: 5D, 47 and 75. RGB value is (93,71,117). Sum of RGB (Red+Green+Blue) = 93+71+117=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4775 is #A2B88A. Grayscale: #525252. Windows color (decimal): -10664075 or 7685981. OLE color: 7685981.
HSL color Cylindrical-coordinate representation of color #5D4775: hue angle of 268.7º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D4775 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 71 | 117 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.54 |
| HSL | 268.7º | 0.24% | 0.37% | - |
| HSV(B) | 268.7º | 0.39% | 0.46% | - |
| XYZ | 9.98 | 8.12 | 17.87 | - |
| YUV | 82.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 117 | 0.21 | 0.39 | 0 | 0.54 | 268.7 | 0.24 | 0.37 |
| Hex | 5D | 47 | 75 | 15 | 27 | 0 | 36 | 10D | 18 | 25 |
| Octal | 135 | 107 | 165 | 25 | 47 | 0 | 66 | 415 | 30 | 45 |
| Binary | 1011101 | 1000111 | 1110101 | 10101 | 100111 | 0 | 110110 | 100001101 | 11000 | 100101 |
Color Harmonies of #5D4775
Complementary color
Monochromatic Colors of #5D4775
Black with #5D4775
Text Example
Text Example
White with #5D4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4775; }
p { color: rgb(93,71,117); }
H1.HeaderClassName
{
color: #5D4775;
}
.AnyTagClassName
{
color: #5D4775;
}
</style>
background-color css
<style>
a { background-color: #5D4775; }
a { background-color: rgb(93,71,117); }
div.DivClassName
{
background-color: #5D4775;
}
.BgClassName
{
background-color: #5D4775;
}
</style>
border-color css
<style>
span { border-color: #5D4775; }
span { border-color: rgb(93,71,117); }
td.TdClassName
{
border-color: #5D4775;
}
.TagClassName
{
border-color: #5D4775;
}
</style>