Shades of Honey Flower #5A2E6D
Tints of Honey Flower #5A2E6D
RGB
CMYK
RGB Variations
Color information
#5A2E6D (or 0x5A2E6D) is known color: Honey Flower. HEX triplet: 5A, 2E and 6D. RGB value is (90,46,109). Sum of RGB (Red+Green+Blue) = 90+46+109=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A2E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2E6D is #A5D192. Grayscale: #424242. Windows color (decimal): -10867091 or 7155290. OLE color: 7155290.
HSL color Cylindrical-coordinate representation of color #5A2E6D: hue angle of 281.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2E6D is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 46 | 109 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.57 |
| HSL | 281.9º | 0.41% | 0.3% | - |
| HSV(B) | 281.9º | 0.58% | 0.43% | - |
| XYZ | 7.95 | 5.23 | 15.06 | - |
| YUV | 66.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 109 | 0.17 | 0.58 | 0 | 0.57 | 281.9 | 0.41 | 0.3 |
| Hex | 5A | 2E | 6D | 11 | 3A | 0 | 39 | 11A | 29 | 1E |
| Octal | 132 | 56 | 155 | 21 | 72 | 0 | 71 | 432 | 51 | 36 |
| Binary | 1011010 | 101110 | 1101101 | 10001 | 111010 | 0 | 111001 | 100011010 | 101001 | 11110 |
Color Harmonies of #5A2E6D
Complementary color
Monochromatic Colors of #5A2E6D
Black with #5A2E6D
Text Example
Text Example
White with #5A2E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E6D; }
p { color: rgb(90,46,109); }
H1.HeaderClassName
{
color: #5A2E6D;
}
.AnyTagClassName
{
color: #5A2E6D;
}
</style>
background-color css
<style>
a { background-color: #5A2E6D; }
a { background-color: rgb(90,46,109); }
div.DivClassName
{
background-color: #5A2E6D;
}
.BgClassName
{
background-color: #5A2E6D;
}
</style>
border-color css
<style>
span { border-color: #5A2E6D; }
span { border-color: rgb(90,46,109); }
td.TdClassName
{
border-color: #5A2E6D;
}
.TagClassName
{
border-color: #5A2E6D;
}
</style>