Shades of Honey Flower #5A2474
Tints of Honey Flower #5A2474
RGB
CMYK
RGB Variations
Color information
#5A2474 (or 0x5A2474) is known color: Honey Flower. HEX triplet: 5A, 24 and 74. RGB value is (90,36,116). Sum of RGB (Red+Green+Blue) = 90+36+116=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A2474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2474 is #A5DB8B. Grayscale: #3C3C3C. Windows color (decimal): -10869644 or 7611482. OLE color: 7611482.
HSL color Cylindrical-coordinate representation of color #5A2474: hue angle of 280.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A2474 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 36 | 116 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.55 |
| HSL | 280.5º | 0.53% | 0.3% | - |
| HSV(B) | 280.5º | 0.69% | 0.45% | - |
| XYZ | 8 | 4.7 | 17.01 | - |
| YUV | 61.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 116 | 0.22 | 0.69 | 0 | 0.55 | 280.5 | 0.53 | 0.3 |
| Hex | 5A | 24 | 74 | 16 | 45 | 0 | 37 | 118 | 35 | 1E |
| Octal | 132 | 44 | 164 | 26 | 105 | 0 | 67 | 430 | 65 | 36 |
| Binary | 1011010 | 100100 | 1110100 | 10110 | 1000101 | 0 | 110111 | 100011000 | 110101 | 11110 |
Color Harmonies of #5A2474
Complementary color
Monochromatic Colors of #5A2474
Black with #5A2474
Text Example
Text Example
White with #5A2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2474; }
p { color: rgb(90,36,116); }
H1.HeaderClassName
{
color: #5A2474;
}
.AnyTagClassName
{
color: #5A2474;
}
</style>
background-color css
<style>
a { background-color: #5A2474; }
a { background-color: rgb(90,36,116); }
div.DivClassName
{
background-color: #5A2474;
}
.BgClassName
{
background-color: #5A2474;
}
</style>
border-color css
<style>
span { border-color: #5A2474; }
span { border-color: rgb(90,36,116); }
td.TdClassName
{
border-color: #5A2474;
}
.TagClassName
{
border-color: #5A2474;
}
</style>