Shades of Honey Flower #5D4567
Tints of Honey Flower #5D4567
RGB
CMYK
RGB Variations
Color information
#5D4567 (or 0x5D4567) is known color: Honey Flower. HEX triplet: 5D, 45 and 67. RGB value is (93,69,103). Sum of RGB (Red+Green+Blue) = 93+69+103=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D4567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4567 is #A2BA98. Grayscale: #4F4F4F. Windows color (decimal): -10664601 or 6767965. OLE color: 6767965.
HSL color Cylindrical-coordinate representation of color #5D4567: hue angle of 282.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D4567 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 69 | 103 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.60 |
| HSL | 282.35º | 0.2% | 0.34% | - |
| HSV(B) | 282.35º | 0.33% | 0.4% | - |
| XYZ | 9.09 | 7.56 | 13.81 | - |
| YUV | 80.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 103 | 0.10 | 0.33 | 0 | 0.60 | 282.35 | 0.2 | 0.34 |
| Hex | 5D | 45 | 67 | A | 21 | 0 | 3C | 11A | 14 | 22 |
| Octal | 135 | 105 | 147 | 12 | 41 | 0 | 74 | 432 | 24 | 42 |
| Binary | 1011101 | 1000101 | 1100111 | 1010 | 100001 | 0 | 111100 | 100011010 | 10100 | 100010 |
Color Harmonies of #5D4567
Complementary color
Monochromatic Colors of #5D4567
Black with #5D4567
Text Example
Text Example
White with #5D4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4567; }
p { color: rgb(93,69,103); }
H1.HeaderClassName
{
color: #5D4567;
}
.AnyTagClassName
{
color: #5D4567;
}
</style>
background-color css
<style>
a { background-color: #5D4567; }
a { background-color: rgb(93,69,103); }
div.DivClassName
{
background-color: #5D4567;
}
.BgClassName
{
background-color: #5D4567;
}
</style>
border-color css
<style>
span { border-color: #5D4567; }
span { border-color: rgb(93,69,103); }
td.TdClassName
{
border-color: #5D4567;
}
.TagClassName
{
border-color: #5D4567;
}
</style>