Shades of Honey Flower #5D4565
Tints of Honey Flower #5D4565
RGB
CMYK
RGB Variations
Color information
#5D4565 (or 0x5D4565) is known color: Honey Flower. HEX triplet: 5D, 45 and 65. RGB value is (93,69,101). Sum of RGB (Red+Green+Blue) = 93+69+101=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4565 is #A2BA9A. Grayscale: #4F4F4F. Windows color (decimal): -10664603 or 6636893. OLE color: 6636893.
HSL color Cylindrical-coordinate representation of color #5D4565: hue angle of 285º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D4565 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 69 | 101 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.60 |
| HSL | 285º | 0.19% | 0.33% | - |
| HSV(B) | 285º | 0.32% | 0.4% | - |
| XYZ | 8.99 | 7.52 | 13.29 | - |
| YUV | 79.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 101 | 0.08 | 0.32 | 0 | 0.60 | 285 | 0.19 | 0.33 |
| Hex | 5D | 45 | 65 | 8 | 20 | 0 | 3C | 11D | 13 | 21 |
| Octal | 135 | 105 | 145 | 10 | 40 | 0 | 74 | 435 | 23 | 41 |
| Binary | 1011101 | 1000101 | 1100101 | 1000 | 100000 | 0 | 111100 | 100011101 | 10011 | 100001 |
Color Harmonies of #5D4565
Complementary color
Monochromatic Colors of #5D4565
Black with #5D4565
Text Example
Text Example
White with #5D4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4565; }
p { color: rgb(93,69,101); }
H1.HeaderClassName
{
color: #5D4565;
}
.AnyTagClassName
{
color: #5D4565;
}
</style>
background-color css
<style>
a { background-color: #5D4565; }
a { background-color: rgb(93,69,101); }
div.DivClassName
{
background-color: #5D4565;
}
.BgClassName
{
background-color: #5D4565;
}
</style>
border-color css
<style>
span { border-color: #5D4565; }
span { border-color: rgb(93,69,101); }
td.TdClassName
{
border-color: #5D4565;
}
.TagClassName
{
border-color: #5D4565;
}
</style>