Shades of Honey Flower #5A3E6E
Tints of Honey Flower #5A3E6E
RGB
CMYK
RGB Variations
Color information
#5A3E6E (or 0x5A3E6E) is known color: Honey Flower. HEX triplet: 5A, 3E and 6E. RGB value is (90,62,110). Sum of RGB (Red+Green+Blue) = 90+62+110=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A3E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3E6E is #A5C191. Grayscale: #4B4B4B. Windows color (decimal): -10862994 or 7224922. OLE color: 7224922.
HSL color Cylindrical-coordinate representation of color #5A3E6E: hue angle of 275º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A3E6E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 62 | 110 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.57 |
| HSL | 275º | 0.28% | 0.34% | - |
| HSV(B) | 275º | 0.44% | 0.43% | - |
| XYZ | 8.75 | 6.74 | 15.59 | - |
| YUV | 75.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 110 | 0.18 | 0.44 | 0 | 0.57 | 275 | 0.28 | 0.34 |
| Hex | 5A | 3E | 6E | 12 | 2C | 0 | 39 | 113 | 1C | 22 |
| Octal | 132 | 76 | 156 | 22 | 54 | 0 | 71 | 423 | 34 | 42 |
| Binary | 1011010 | 111110 | 1101110 | 10010 | 101100 | 0 | 111001 | 100010011 | 11100 | 100010 |
Color Harmonies of #5A3E6E
Complementary color
Monochromatic Colors of #5A3E6E
Black with #5A3E6E
Text Example
Text Example
White with #5A3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E6E; }
p { color: rgb(90,62,110); }
H1.HeaderClassName
{
color: #5A3E6E;
}
.AnyTagClassName
{
color: #5A3E6E;
}
</style>
background-color css
<style>
a { background-color: #5A3E6E; }
a { background-color: rgb(90,62,110); }
div.DivClassName
{
background-color: #5A3E6E;
}
.BgClassName
{
background-color: #5A3E6E;
}
</style>
border-color css
<style>
span { border-color: #5A3E6E; }
span { border-color: rgb(90,62,110); }
td.TdClassName
{
border-color: #5A3E6E;
}
.TagClassName
{
border-color: #5A3E6E;
}
</style>