Shades of Honey Flower #5A3274
Tints of Honey Flower #5A3274
RGB
CMYK
RGB Variations
Color information
#5A3274 (or 0x5A3274) is known color: Honey Flower. HEX triplet: 5A, 32 and 74. RGB value is (90,50,116). Sum of RGB (Red+Green+Blue) = 90+50+116=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3274 is #A5CD8B. Grayscale: #454545. Windows color (decimal): -10866060 or 7615066. OLE color: 7615066.
HSL color Cylindrical-coordinate representation of color #5A3274: hue angle of 276.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A3274 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 50 | 116 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.55 |
| HSL | 276.36º | 0.4% | 0.33% | - |
| HSV(B) | 276.36º | 0.57% | 0.45% | - |
| XYZ | 8.51 | 5.72 | 17.18 | - |
| YUV | 69.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 116 | 0.22 | 0.57 | 0 | 0.55 | 276.36 | 0.4 | 0.33 |
| Hex | 5A | 32 | 74 | 16 | 39 | 0 | 37 | 114 | 28 | 21 |
| Octal | 132 | 62 | 164 | 26 | 71 | 0 | 67 | 424 | 50 | 41 |
| Binary | 1011010 | 110010 | 1110100 | 10110 | 111001 | 0 | 110111 | 100010100 | 101000 | 100001 |
Color Harmonies of #5A3274
Complementary color
Monochromatic Colors of #5A3274
Black with #5A3274
Text Example
Text Example
White with #5A3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3274; }
p { color: rgb(90,50,116); }
H1.HeaderClassName
{
color: #5A3274;
}
.AnyTagClassName
{
color: #5A3274;
}
</style>
background-color css
<style>
a { background-color: #5A3274; }
a { background-color: rgb(90,50,116); }
div.DivClassName
{
background-color: #5A3274;
}
.BgClassName
{
background-color: #5A3274;
}
</style>
border-color css
<style>
span { border-color: #5A3274; }
span { border-color: rgb(90,50,116); }
td.TdClassName
{
border-color: #5A3274;
}
.TagClassName
{
border-color: #5A3274;
}
</style>