Shades of Honey Flower #5D4666
Tints of Honey Flower #5D4666
RGB
CMYK
RGB Variations
Color information
#5D4666 (or 0x5D4666) is known color: Honey Flower. HEX triplet: 5D, 46 and 66. RGB value is (93,70,102). Sum of RGB (Red+Green+Blue) = 93+70+102=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D4666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4666 is #A2B999. Grayscale: #505050. Windows color (decimal): -10664346 or 6702685. OLE color: 6702685.
HSL color Cylindrical-coordinate representation of color #5D4666: hue angle of 283.12º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D4666 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 70 | 102 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.6 |
| HSL | 283.13º | 0.19% | 0.34% | - |
| HSV(B) | 283.13º | 0.31% | 0.4% | - |
| XYZ | 9.1 | 7.67 | 13.57 | - |
| YUV | 80.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 102 | 0.09 | 0.31 | 0 | 0.6 | 283.13 | 0.19 | 0.34 |
| Hex | 5D | 46 | 66 | 9 | 1F | 0 | 3C | 11B | 13 | 22 |
| Octal | 135 | 106 | 146 | 11 | 37 | 0 | 74 | 433 | 23 | 42 |
| Binary | 1011101 | 1000110 | 1100110 | 1001 | 11111 | 0 | 111100 | 100011011 | 10011 | 100010 |
Color Harmonies of #5D4666
Complementary color
Monochromatic Colors of #5D4666
Black with #5D4666
Text Example
Text Example
White with #5D4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4666; }
p { color: rgb(93,70,102); }
H1.HeaderClassName
{
color: #5D4666;
}
.AnyTagClassName
{
color: #5D4666;
}
</style>
background-color css
<style>
a { background-color: #5D4666; }
a { background-color: rgb(93,70,102); }
div.DivClassName
{
background-color: #5D4666;
}
.BgClassName
{
background-color: #5D4666;
}
</style>
border-color css
<style>
span { border-color: #5D4666; }
span { border-color: rgb(93,70,102); }
td.TdClassName
{
border-color: #5D4666;
}
.TagClassName
{
border-color: #5D4666;
}
</style>