Shades of Honey Flower #5D446D
Tints of Honey Flower #5D446D
RGB
CMYK
RGB Variations
Color information
#5D446D (or 0x5D446D) is known color: Honey Flower. HEX triplet: 5D, 44 and 6D. RGB value is (93,68,109). Sum of RGB (Red+Green+Blue) = 93+68+109=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D446D is #A2BB92. Grayscale: #505050. Windows color (decimal): -10664851 or 7160925. OLE color: 7160925.
HSL color Cylindrical-coordinate representation of color #5D446D: hue angle of 276.59º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D446D is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 68 | 109 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.57 |
| HSL | 276.59º | 0.23% | 0.35% | - |
| HSV(B) | 276.59º | 0.38% | 0.43% | - |
| XYZ | 9.34 | 7.57 | 15.44 | - |
| YUV | 80.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 109 | 0.15 | 0.38 | 0 | 0.57 | 276.59 | 0.23 | 0.35 |
| Hex | 5D | 44 | 6D | F | 26 | 0 | 39 | 115 | 17 | 23 |
| Octal | 135 | 104 | 155 | 17 | 46 | 0 | 71 | 425 | 27 | 43 |
| Binary | 1011101 | 1000100 | 1101101 | 1111 | 100110 | 0 | 111001 | 100010101 | 10111 | 100011 |
Color Harmonies of #5D446D
Complementary color
Monochromatic Colors of #5D446D
Black with #5D446D
Text Example
Text Example
White with #5D446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D446D; }
p { color: rgb(93,68,109); }
H1.HeaderClassName
{
color: #5D446D;
}
.AnyTagClassName
{
color: #5D446D;
}
</style>
background-color css
<style>
a { background-color: #5D446D; }
a { background-color: rgb(93,68,109); }
div.DivClassName
{
background-color: #5D446D;
}
.BgClassName
{
background-color: #5D446D;
}
</style>
border-color css
<style>
span { border-color: #5D446D; }
span { border-color: rgb(93,68,109); }
td.TdClassName
{
border-color: #5D446D;
}
.TagClassName
{
border-color: #5D446D;
}
</style>