Shades of Honey Flower #5D466D
Tints of Honey Flower #5D466D
RGB
CMYK
RGB Variations
Color information
#5D466D (or 0x5D466D) is known color: Honey Flower. HEX triplet: 5D, 46 and 6D. RGB value is (93,70,109). Sum of RGB (Red+Green+Blue) = 93+70+109=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D466D is #A2B992. Grayscale: #515151. Windows color (decimal): -10664339 or 7161437. OLE color: 7161437.
HSL color Cylindrical-coordinate representation of color #5D466D: hue angle of 275.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D466D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 70 | 109 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.57 |
| HSL | 275.38º | 0.22% | 0.35% | - |
| HSV(B) | 275.38º | 0.36% | 0.43% | - |
| XYZ | 9.46 | 7.81 | 15.48 | - |
| YUV | 81.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 109 | 0.15 | 0.36 | 0 | 0.57 | 275.38 | 0.22 | 0.35 |
| Hex | 5D | 46 | 6D | F | 24 | 0 | 39 | 113 | 16 | 23 |
| Octal | 135 | 106 | 155 | 17 | 44 | 0 | 71 | 423 | 26 | 43 |
| Binary | 1011101 | 1000110 | 1101101 | 1111 | 100100 | 0 | 111001 | 100010011 | 10110 | 100011 |
Color Harmonies of #5D466D
Complementary color
Monochromatic Colors of #5D466D
Black with #5D466D
Text Example
Text Example
White with #5D466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D466D; }
p { color: rgb(93,70,109); }
H1.HeaderClassName
{
color: #5D466D;
}
.AnyTagClassName
{
color: #5D466D;
}
</style>
background-color css
<style>
a { background-color: #5D466D; }
a { background-color: rgb(93,70,109); }
div.DivClassName
{
background-color: #5D466D;
}
.BgClassName
{
background-color: #5D466D;
}
</style>
border-color css
<style>
span { border-color: #5D466D; }
span { border-color: rgb(93,70,109); }
td.TdClassName
{
border-color: #5D466D;
}
.TagClassName
{
border-color: #5D466D;
}
</style>