Shades of Honey Flower #5D4A6E
Tints of Honey Flower #5D4A6E
RGB
CMYK
RGB Variations
Color information
#5D4A6E (or 0x5D4A6E) is known color: Honey Flower. HEX triplet: 5D, 4A and 6E. RGB value is (93,74,110). Sum of RGB (Red+Green+Blue) = 93+74+110=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D4A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4A6E is #A2B591. Grayscale: #535353. Windows color (decimal): -10663314 or 7227997. OLE color: 7227997.
HSL color Cylindrical-coordinate representation of color #5D4A6E: hue angle of 271.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D4A6E is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 74 | 110 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.57 |
| HSL | 271.67º | 0.2% | 0.36% | - |
| HSV(B) | 271.67º | 0.33% | 0.43% | - |
| XYZ | 9.78 | 8.35 | 15.85 | - |
| YUV | 83.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 110 | 0.15 | 0.33 | 0 | 0.57 | 271.67 | 0.2 | 0.36 |
| Hex | 5D | 4A | 6E | F | 21 | 0 | 39 | 110 | 14 | 24 |
| Octal | 135 | 112 | 156 | 17 | 41 | 0 | 71 | 420 | 24 | 44 |
| Binary | 1011101 | 1001010 | 1101110 | 1111 | 100001 | 0 | 111001 | 100010000 | 10100 | 100100 |
Color Harmonies of #5D4A6E
Complementary color
Monochromatic Colors of #5D4A6E
Black with #5D4A6E
Text Example
Text Example
White with #5D4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A6E; }
p { color: rgb(93,74,110); }
H1.HeaderClassName
{
color: #5D4A6E;
}
.AnyTagClassName
{
color: #5D4A6E;
}
</style>
background-color css
<style>
a { background-color: #5D4A6E; }
a { background-color: rgb(93,74,110); }
div.DivClassName
{
background-color: #5D4A6E;
}
.BgClassName
{
background-color: #5D4A6E;
}
</style>
border-color css
<style>
span { border-color: #5D4A6E; }
span { border-color: rgb(93,74,110); }
td.TdClassName
{
border-color: #5D4A6E;
}
.TagClassName
{
border-color: #5D4A6E;
}
</style>