Shades of Honey Flower #5D416D
Tints of Honey Flower #5D416D
RGB
CMYK
RGB Variations
Color information
#5D416D (or 0x5D416D) is known color: Honey Flower. HEX triplet: 5D, 41 and 6D. RGB value is (93,65,109). Sum of RGB (Red+Green+Blue) = 93+65+109=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D416D is #A2BE92. Grayscale: #4E4E4E. Windows color (decimal): -10665619 or 7160157. OLE color: 7160157.
HSL color Cylindrical-coordinate representation of color #5D416D: hue angle of 278.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D416D is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 65 | 109 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.57 |
| HSL | 278.18º | 0.25% | 0.34% | - |
| HSV(B) | 278.18º | 0.4% | 0.43% | - |
| XYZ | 9.16 | 7.21 | 15.38 | - |
| YUV | 78.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 109 | 0.15 | 0.40 | 0 | 0.57 | 278.18 | 0.25 | 0.34 |
| Hex | 5D | 41 | 6D | F | 28 | 0 | 39 | 116 | 19 | 22 |
| Octal | 135 | 101 | 155 | 17 | 50 | 0 | 71 | 426 | 31 | 42 |
| Binary | 1011101 | 1000001 | 1101101 | 1111 | 101000 | 0 | 111001 | 100010110 | 11001 | 100010 |
Color Harmonies of #5D416D
Complementary color
Monochromatic Colors of #5D416D
Black with #5D416D
Text Example
Text Example
White with #5D416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D416D; }
p { color: rgb(93,65,109); }
H1.HeaderClassName
{
color: #5D416D;
}
.AnyTagClassName
{
color: #5D416D;
}
</style>
background-color css
<style>
a { background-color: #5D416D; }
a { background-color: rgb(93,65,109); }
div.DivClassName
{
background-color: #5D416D;
}
.BgClassName
{
background-color: #5D416D;
}
</style>
border-color css
<style>
span { border-color: #5D416D; }
span { border-color: rgb(93,65,109); }
td.TdClassName
{
border-color: #5D416D;
}
.TagClassName
{
border-color: #5D416D;
}
</style>