Shades of Honey Flower #5A376C
Tints of Honey Flower #5A376C
RGB
CMYK
RGB Variations
Color information
#5A376C (or 0x5A376C) is known color: Honey Flower. HEX triplet: 5A, 37 and 6C. RGB value is (90,55,108). Sum of RGB (Red+Green+Blue) = 90+55+108=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A376C is #A5C893. Grayscale: #474747. Windows color (decimal): -10864788 or 7092058. OLE color: 7092058.
HSL color Cylindrical-coordinate representation of color #5A376C: hue angle of 279.62º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A376C is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 55 | 108 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.58 |
| HSL | 279.62º | 0.33% | 0.32% | - |
| HSV(B) | 279.62º | 0.49% | 0.42% | - |
| XYZ | 8.29 | 5.99 | 14.91 | - |
| YUV | 71.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 108 | 0.17 | 0.49 | 0 | 0.58 | 279.62 | 0.33 | 0.32 |
| Hex | 5A | 37 | 6C | 11 | 31 | 0 | 3A | 118 | 21 | 20 |
| Octal | 132 | 67 | 154 | 21 | 61 | 0 | 72 | 430 | 41 | 40 |
| Binary | 1011010 | 110111 | 1101100 | 10001 | 110001 | 0 | 111010 | 100011000 | 100001 | 100000 |
Color Harmonies of #5A376C
Complementary color
Monochromatic Colors of #5A376C
Black with #5A376C
Text Example
Text Example
White with #5A376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A376C; }
p { color: rgb(90,55,108); }
H1.HeaderClassName
{
color: #5A376C;
}
.AnyTagClassName
{
color: #5A376C;
}
</style>
background-color css
<style>
a { background-color: #5A376C; }
a { background-color: rgb(90,55,108); }
div.DivClassName
{
background-color: #5A376C;
}
.BgClassName
{
background-color: #5A376C;
}
</style>
border-color css
<style>
span { border-color: #5A376C; }
span { border-color: rgb(90,55,108); }
td.TdClassName
{
border-color: #5A376C;
}
.TagClassName
{
border-color: #5A376C;
}
</style>