Shades of Honey Flower #5D2476
Tints of Honey Flower #5D2476
RGB
CMYK
RGB Variations
Color information
#5D2476 (or 0x5D2476) is known color: Honey Flower. HEX triplet: 5D, 24 and 76. RGB value is (93,36,118). Sum of RGB (Red+Green+Blue) = 93+36+118=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D2476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2476 is #A2DB89. Grayscale: #3E3E3E. Windows color (decimal): -10673034 or 7742557. OLE color: 7742557.
HSL color Cylindrical-coordinate representation of color #5D2476: hue angle of 281.71º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D2476 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 36 | 118 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.54 |
| HSL | 281.71º | 0.53% | 0.3% | - |
| HSV(B) | 281.71º | 0.69% | 0.46% | - |
| XYZ | 8.42 | 4.9 | 17.64 | - |
| YUV | 62.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 118 | 0.21 | 0.69 | 0 | 0.54 | 281.71 | 0.53 | 0.3 |
| Hex | 5D | 24 | 76 | 15 | 45 | 0 | 36 | 11A | 35 | 1E |
| Octal | 135 | 44 | 166 | 25 | 105 | 0 | 66 | 432 | 65 | 36 |
| Binary | 1011101 | 100100 | 1110110 | 10101 | 1000101 | 0 | 110110 | 100011010 | 110101 | 11110 |
Color Harmonies of #5D2476
Complementary color
Monochromatic Colors of #5D2476
Black with #5D2476
Text Example
Text Example
White with #5D2476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2476; }
p { color: rgb(93,36,118); }
H1.HeaderClassName
{
color: #5D2476;
}
.AnyTagClassName
{
color: #5D2476;
}
</style>
background-color css
<style>
a { background-color: #5D2476; }
a { background-color: rgb(93,36,118); }
div.DivClassName
{
background-color: #5D2476;
}
.BgClassName
{
background-color: #5D2476;
}
</style>
border-color css
<style>
span { border-color: #5D2476; }
span { border-color: rgb(93,36,118); }
td.TdClassName
{
border-color: #5D2476;
}
.TagClassName
{
border-color: #5D2476;
}
</style>