Shades of Honey Flower #5A2270
Tints of Honey Flower #5A2270
RGB
CMYK
RGB Variations
Color information
#5A2270 (or 0x5A2270) is known color: Honey Flower. HEX triplet: 5A, 22 and 70. RGB value is (90,34,112). Sum of RGB (Red+Green+Blue) = 90+34+112=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A2270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2270 is #A5DD8F. Grayscale: #3B3B3B. Windows color (decimal): -10870160 or 7348826. OLE color: 7348826.
HSL color Cylindrical-coordinate representation of color #5A2270: hue angle of 283.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A2270 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 34 | 112 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.56 |
| HSL | 283.08º | 0.53% | 0.29% | - |
| HSV(B) | 283.08º | 0.7% | 0.44% | - |
| XYZ | 7.71 | 4.49 | 15.79 | - |
| YUV | 59.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 112 | 0.20 | 0.70 | 0 | 0.56 | 283.08 | 0.53 | 0.29 |
| Hex | 5A | 22 | 70 | 14 | 46 | 0 | 38 | 11B | 35 | 1D |
| Octal | 132 | 42 | 160 | 24 | 106 | 0 | 70 | 433 | 65 | 35 |
| Binary | 1011010 | 100010 | 1110000 | 10100 | 1000110 | 0 | 111000 | 100011011 | 110101 | 11101 |
Color Harmonies of #5A2270
Complementary color
Monochromatic Colors of #5A2270
Black with #5A2270
Text Example
Text Example
White with #5A2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2270; }
p { color: rgb(90,34,112); }
H1.HeaderClassName
{
color: #5A2270;
}
.AnyTagClassName
{
color: #5A2270;
}
</style>
background-color css
<style>
a { background-color: #5A2270; }
a { background-color: rgb(90,34,112); }
div.DivClassName
{
background-color: #5A2270;
}
.BgClassName
{
background-color: #5A2270;
}
</style>
border-color css
<style>
span { border-color: #5A2270; }
span { border-color: rgb(90,34,112); }
td.TdClassName
{
border-color: #5A2270;
}
.TagClassName
{
border-color: #5A2270;
}
</style>