Shades of Honey Flower #5A2372
Tints of Honey Flower #5A2372
RGB
CMYK
RGB Variations
Color information
#5A2372 (or 0x5A2372) is known color: Honey Flower. HEX triplet: 5A, 23 and 72. RGB value is (90,35,114). Sum of RGB (Red+Green+Blue) = 90+35+114=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A2372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2372 is #A5DC8D. Grayscale: #3C3C3C. Windows color (decimal): -10869902 or 7480154. OLE color: 7480154.
HSL color Cylindrical-coordinate representation of color #5A2372: hue angle of 281.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A2372 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 35 | 114 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.55 |
| HSL | 281.77º | 0.53% | 0.29% | - |
| HSV(B) | 281.77º | 0.69% | 0.45% | - |
| XYZ | 7.85 | 4.59 | 16.39 | - |
| YUV | 60.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 114 | 0.21 | 0.69 | 0 | 0.55 | 281.77 | 0.53 | 0.29 |
| Hex | 5A | 23 | 72 | 15 | 45 | 0 | 37 | 11A | 35 | 1D |
| Octal | 132 | 43 | 162 | 25 | 105 | 0 | 67 | 432 | 65 | 35 |
| Binary | 1011010 | 100011 | 1110010 | 10101 | 1000101 | 0 | 110111 | 100011010 | 110101 | 11101 |
Color Harmonies of #5A2372
Complementary color
Monochromatic Colors of #5A2372
Black with #5A2372
Text Example
Text Example
White with #5A2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2372; }
p { color: rgb(90,35,114); }
H1.HeaderClassName
{
color: #5A2372;
}
.AnyTagClassName
{
color: #5A2372;
}
</style>
background-color css
<style>
a { background-color: #5A2372; }
a { background-color: rgb(90,35,114); }
div.DivClassName
{
background-color: #5A2372;
}
.BgClassName
{
background-color: #5A2372;
}
</style>
border-color css
<style>
span { border-color: #5A2372; }
span { border-color: rgb(90,35,114); }
td.TdClassName
{
border-color: #5A2372;
}
.TagClassName
{
border-color: #5A2372;
}
</style>