Shades of Honey Flower #5A2370
Tints of Honey Flower #5A2370
RGB
CMYK
RGB Variations
Color information
#5A2370 (or 0x5A2370) is known color: Honey Flower. HEX triplet: 5A, 23 and 70. RGB value is (90,35,112). Sum of RGB (Red+Green+Blue) = 90+35+112=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2370 is #A5DC8F. Grayscale: #3B3B3B. Windows color (decimal): -10869904 or 7349082. OLE color: 7349082.
HSL color Cylindrical-coordinate representation of color #5A2370: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A2370 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 35 | 112 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.56 |
| HSL | 282.86º | 0.52% | 0.29% | - |
| HSV(B) | 282.86º | 0.69% | 0.44% | - |
| XYZ | 7.74 | 4.55 | 15.8 | - |
| YUV | 60.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 112 | 0.20 | 0.69 | 0 | 0.56 | 282.86 | 0.52 | 0.29 |
| Hex | 5A | 23 | 70 | 14 | 45 | 0 | 38 | 11B | 34 | 1D |
| Octal | 132 | 43 | 160 | 24 | 105 | 0 | 70 | 433 | 64 | 35 |
| Binary | 1011010 | 100011 | 1110000 | 10100 | 1000101 | 0 | 111000 | 100011011 | 110100 | 11101 |
Color Harmonies of #5A2370
Complementary color
Monochromatic Colors of #5A2370
Black with #5A2370
Text Example
Text Example
White with #5A2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2370; }
p { color: rgb(90,35,112); }
H1.HeaderClassName
{
color: #5A2370;
}
.AnyTagClassName
{
color: #5A2370;
}
</style>
background-color css
<style>
a { background-color: #5A2370; }
a { background-color: rgb(90,35,112); }
div.DivClassName
{
background-color: #5A2370;
}
.BgClassName
{
background-color: #5A2370;
}
</style>
border-color css
<style>
span { border-color: #5A2370; }
span { border-color: rgb(90,35,112); }
td.TdClassName
{
border-color: #5A2370;
}
.TagClassName
{
border-color: #5A2370;
}
</style>