Shades of Honey Flower #5A2C6A
Tints of Honey Flower #5A2C6A
RGB
CMYK
RGB Variations
Color information
#5A2C6A (or 0x5A2C6A) is known color: Honey Flower. HEX triplet: 5A, 2C and 6A. RGB value is (90,44,106). Sum of RGB (Red+Green+Blue) = 90+44+106=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A2C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2C6A is #A5D395. Grayscale: #404040. Windows color (decimal): -10867606 or 6958170. OLE color: 6958170.
HSL color Cylindrical-coordinate representation of color #5A2C6A: hue angle of 284.52º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2C6A is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 44 | 106 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.58 |
| HSL | 284.52º | 0.41% | 0.29% | - |
| HSV(B) | 284.52º | 0.58% | 0.42% | - |
| XYZ | 7.72 | 5.02 | 14.2 | - |
| YUV | 64.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 106 | 0.15 | 0.58 | 0 | 0.58 | 284.52 | 0.41 | 0.29 |
| Hex | 5A | 2C | 6A | F | 3A | 0 | 3A | 11D | 29 | 1D |
| Octal | 132 | 54 | 152 | 17 | 72 | 0 | 72 | 435 | 51 | 35 |
| Binary | 1011010 | 101100 | 1101010 | 1111 | 111010 | 0 | 111010 | 100011101 | 101001 | 11101 |
Color Harmonies of #5A2C6A
Complementary color
Monochromatic Colors of #5A2C6A
Black with #5A2C6A
Text Example
Text Example
White with #5A2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C6A; }
p { color: rgb(90,44,106); }
H1.HeaderClassName
{
color: #5A2C6A;
}
.AnyTagClassName
{
color: #5A2C6A;
}
</style>
background-color css
<style>
a { background-color: #5A2C6A; }
a { background-color: rgb(90,44,106); }
div.DivClassName
{
background-color: #5A2C6A;
}
.BgClassName
{
background-color: #5A2C6A;
}
</style>
border-color css
<style>
span { border-color: #5A2C6A; }
span { border-color: rgb(90,44,106); }
td.TdClassName
{
border-color: #5A2C6A;
}
.TagClassName
{
border-color: #5A2C6A;
}
</style>