Shades of Honey Flower #5A3E70
Tints of Honey Flower #5A3E70
RGB
CMYK
RGB Variations
Color information
#5A3E70 (or 0x5A3E70) is known color: Honey Flower. HEX triplet: 5A, 3E and 70. RGB value is (90,62,112). Sum of RGB (Red+Green+Blue) = 90+62+112=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A3E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3E70 is #A5C18F. Grayscale: #4B4B4B. Windows color (decimal): -10862992 or 7355994. OLE color: 7355994.
HSL color Cylindrical-coordinate representation of color #5A3E70: hue angle of 273.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A3E70 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 62 | 112 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.56 |
| HSL | 273.6º | 0.29% | 0.34% | - |
| HSV(B) | 273.6º | 0.45% | 0.44% | - |
| XYZ | 8.86 | 6.79 | 16.17 | - |
| YUV | 76.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 112 | 0.20 | 0.45 | 0 | 0.56 | 273.6 | 0.29 | 0.34 |
| Hex | 5A | 3E | 70 | 14 | 2D | 0 | 38 | 112 | 1D | 22 |
| Octal | 132 | 76 | 160 | 24 | 55 | 0 | 70 | 422 | 35 | 42 |
| Binary | 1011010 | 111110 | 1110000 | 10100 | 101101 | 0 | 111000 | 100010010 | 11101 | 100010 |
Color Harmonies of #5A3E70
Complementary color
Monochromatic Colors of #5A3E70
Black with #5A3E70
Text Example
Text Example
White with #5A3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E70; }
p { color: rgb(90,62,112); }
H1.HeaderClassName
{
color: #5A3E70;
}
.AnyTagClassName
{
color: #5A3E70;
}
</style>
background-color css
<style>
a { background-color: #5A3E70; }
a { background-color: rgb(90,62,112); }
div.DivClassName
{
background-color: #5A3E70;
}
.BgClassName
{
background-color: #5A3E70;
}
</style>
border-color css
<style>
span { border-color: #5A3E70; }
span { border-color: rgb(90,62,112); }
td.TdClassName
{
border-color: #5A3E70;
}
.TagClassName
{
border-color: #5A3E70;
}
</style>