Shades of Honey Flower #5A2F76
Tints of Honey Flower #5A2F76
RGB
CMYK
RGB Variations
Color information
#5A2F76 (or 0x5A2F76) is known color: Honey Flower. HEX triplet: 5A, 2F and 76. RGB value is (90,47,118). Sum of RGB (Red+Green+Blue) = 90+47+118=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A2F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2F76 is #A5D089. Grayscale: #434343. Windows color (decimal): -10866826 or 7745370. OLE color: 7745370.
HSL color Cylindrical-coordinate representation of color #5A2F76: hue angle of 276.34º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2F76 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 47 | 118 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.54 |
| HSL | 276.34º | 0.43% | 0.32% | - |
| HSV(B) | 276.34º | 0.6% | 0.46% | - |
| XYZ | 8.5 | 5.51 | 17.76 | - |
| YUV | 67.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 118 | 0.24 | 0.60 | 0 | 0.54 | 276.34 | 0.43 | 0.32 |
| Hex | 5A | 2F | 76 | 18 | 3C | 0 | 36 | 114 | 2B | 20 |
| Octal | 132 | 57 | 166 | 30 | 74 | 0 | 66 | 424 | 53 | 40 |
| Binary | 1011010 | 101111 | 1110110 | 11000 | 111100 | 0 | 110110 | 100010100 | 101011 | 100000 |
Color Harmonies of #5A2F76
Complementary color
Monochromatic Colors of #5A2F76
Black with #5A2F76
Text Example
Text Example
White with #5A2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F76; }
p { color: rgb(90,47,118); }
H1.HeaderClassName
{
color: #5A2F76;
}
.AnyTagClassName
{
color: #5A2F76;
}
</style>
background-color css
<style>
a { background-color: #5A2F76; }
a { background-color: rgb(90,47,118); }
div.DivClassName
{
background-color: #5A2F76;
}
.BgClassName
{
background-color: #5A2F76;
}
</style>
border-color css
<style>
span { border-color: #5A2F76; }
span { border-color: rgb(90,47,118); }
td.TdClassName
{
border-color: #5A2F76;
}
.TagClassName
{
border-color: #5A2F76;
}
</style>