Shades of Honey Flower #5A2574
Tints of Honey Flower #5A2574
RGB
CMYK
RGB Variations
Color information
#5A2574 (or 0x5A2574) is known color: Honey Flower. HEX triplet: 5A, 25 and 74. RGB value is (90,37,116). Sum of RGB (Red+Green+Blue) = 90+37+116=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A2574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2574 is #A5DA8B. Grayscale: #3D3D3D. Windows color (decimal): -10869388 or 7611738. OLE color: 7611738.
HSL color Cylindrical-coordinate representation of color #5A2574: hue angle of 280.25º 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 #5A2574 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 37 | 116 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.55 |
| HSL | 280.25º | 0.52% | 0.3% | - |
| HSV(B) | 280.25º | 0.68% | 0.45% | - |
| XYZ | 8.03 | 4.76 | 17.02 | - |
| YUV | 61.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 116 | 0.22 | 0.68 | 0 | 0.55 | 280.25 | 0.52 | 0.3 |
| Hex | 5A | 25 | 74 | 16 | 44 | 0 | 37 | 118 | 34 | 1E |
| Octal | 132 | 45 | 164 | 26 | 104 | 0 | 67 | 430 | 64 | 36 |
| Binary | 1011010 | 100101 | 1110100 | 10110 | 1000100 | 0 | 110111 | 100011000 | 110100 | 11110 |
Color Harmonies of #5A2574
Complementary color
Monochromatic Colors of #5A2574
Black with #5A2574
Text Example
Text Example
White with #5A2574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2574; }
p { color: rgb(90,37,116); }
H1.HeaderClassName
{
color: #5A2574;
}
.AnyTagClassName
{
color: #5A2574;
}
</style>
background-color css
<style>
a { background-color: #5A2574; }
a { background-color: rgb(90,37,116); }
div.DivClassName
{
background-color: #5A2574;
}
.BgClassName
{
background-color: #5A2574;
}
</style>
border-color css
<style>
span { border-color: #5A2574; }
span { border-color: rgb(90,37,116); }
td.TdClassName
{
border-color: #5A2574;
}
.TagClassName
{
border-color: #5A2574;
}
</style>