Shades of Honey Flower #5A476C
Tints of Honey Flower #5A476C
RGB
CMYK
RGB Variations
Color information
#5A476C (or 0x5A476C) is known color: Honey Flower. HEX triplet: 5A, 47 and 6C. RGB value is (90,71,108). Sum of RGB (Red+Green+Blue) = 90+71+108=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A476C is #A5B893. Grayscale: #505050. Windows color (decimal): -10860692 or 7096154. OLE color: 7096154.
HSL color Cylindrical-coordinate representation of color #5A476C: hue angle of 270.81º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A476C is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 71 | 108 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.58 |
| HSL | 270.81º | 0.21% | 0.35% | - |
| HSV(B) | 270.81º | 0.34% | 0.42% | - |
| XYZ | 9.18 | 7.76 | 15.2 | - |
| YUV | 80.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 108 | 0.17 | 0.34 | 0 | 0.58 | 270.81 | 0.21 | 0.35 |
| Hex | 5A | 47 | 6C | 11 | 22 | 0 | 3A | 10F | 15 | 23 |
| Octal | 132 | 107 | 154 | 21 | 42 | 0 | 72 | 417 | 25 | 43 |
| Binary | 1011010 | 1000111 | 1101100 | 10001 | 100010 | 0 | 111010 | 100001111 | 10101 | 100011 |
Color Harmonies of #5A476C
Complementary color
Monochromatic Colors of #5A476C
Black with #5A476C
Text Example
Text Example
White with #5A476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A476C; }
p { color: rgb(90,71,108); }
H1.HeaderClassName
{
color: #5A476C;
}
.AnyTagClassName
{
color: #5A476C;
}
</style>
background-color css
<style>
a { background-color: #5A476C; }
a { background-color: rgb(90,71,108); }
div.DivClassName
{
background-color: #5A476C;
}
.BgClassName
{
background-color: #5A476C;
}
</style>
border-color css
<style>
span { border-color: #5A476C; }
span { border-color: rgb(90,71,108); }
td.TdClassName
{
border-color: #5A476C;
}
.TagClassName
{
border-color: #5A476C;
}
</style>