Shades of Honey Flower #5D2574
Tints of Honey Flower #5D2574
RGB
CMYK
RGB Variations
Color information
#5D2574 (or 0x5D2574) is known color: Honey Flower. HEX triplet: 5D, 25 and 74. RGB value is (93,37,116). Sum of RGB (Red+Green+Blue) = 93+37+116=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D2574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2574 is #A2DA8B. Grayscale: #3E3E3E. Windows color (decimal): -10672780 or 7611741. OLE color: 7611741.
HSL color Cylindrical-coordinate representation of color #5D2574: hue angle of 282.53º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D2574 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 37 | 116 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.55 |
| HSL | 282.53º | 0.52% | 0.3% | - |
| HSV(B) | 282.53º | 0.68% | 0.45% | - |
| XYZ | 8.33 | 4.91 | 17.03 | - |
| YUV | 62.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 116 | 0.20 | 0.68 | 0 | 0.55 | 282.53 | 0.52 | 0.3 |
| Hex | 5D | 25 | 74 | 14 | 44 | 0 | 37 | 11B | 34 | 1E |
| Octal | 135 | 45 | 164 | 24 | 104 | 0 | 67 | 433 | 64 | 36 |
| Binary | 1011101 | 100101 | 1110100 | 10100 | 1000100 | 0 | 110111 | 100011011 | 110100 | 11110 |
Color Harmonies of #5D2574
Complementary color
Monochromatic Colors of #5D2574
Black with #5D2574
Text Example
Text Example
White with #5D2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2574; }
p { color: rgb(93,37,116); }
H1.HeaderClassName
{
color: #5D2574;
}
.AnyTagClassName
{
color: #5D2574;
}
</style>
background-color css
<style>
a { background-color: #5D2574; }
a { background-color: rgb(93,37,116); }
div.DivClassName
{
background-color: #5D2574;
}
.BgClassName
{
background-color: #5D2574;
}
</style>
border-color css
<style>
span { border-color: #5D2574; }
span { border-color: rgb(93,37,116); }
td.TdClassName
{
border-color: #5D2574;
}
.TagClassName
{
border-color: #5D2574;
}
</style>