Shades of Honey Flower #5A476F
Tints of Honey Flower #5A476F
RGB
CMYK
RGB Variations
Color information
#5A476F (or 0x5A476F) is known color: Honey Flower. HEX triplet: 5A, 47 and 6F. RGB value is (90,71,111). Sum of RGB (Red+Green+Blue) = 90+71+111=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A476F is #A5B890. Grayscale: #515151. Windows color (decimal): -10860689 or 7292762. OLE color: 7292762.
HSL color Cylindrical-coordinate representation of color #5A476F: hue angle of 268.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A476F is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 71 | 111 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.56 |
| HSL | 268.5º | 0.22% | 0.36% | - |
| HSV(B) | 268.5º | 0.36% | 0.44% | - |
| XYZ | 9.34 | 7.83 | 16.06 | - |
| YUV | 81.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 111 | 0.19 | 0.36 | 0 | 0.56 | 268.5 | 0.22 | 0.36 |
| Hex | 5A | 47 | 6F | 13 | 24 | 0 | 38 | 10C | 16 | 24 |
| Octal | 132 | 107 | 157 | 23 | 44 | 0 | 70 | 414 | 26 | 44 |
| Binary | 1011010 | 1000111 | 1101111 | 10011 | 100100 | 0 | 111000 | 100001100 | 10110 | 100100 |
Color Harmonies of #5A476F
Complementary color
Monochromatic Colors of #5A476F
Black with #5A476F
Text Example
Text Example
White with #5A476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A476F; }
p { color: rgb(90,71,111); }
H1.HeaderClassName
{
color: #5A476F;
}
.AnyTagClassName
{
color: #5A476F;
}
</style>
background-color css
<style>
a { background-color: #5A476F; }
a { background-color: rgb(90,71,111); }
div.DivClassName
{
background-color: #5A476F;
}
.BgClassName
{
background-color: #5A476F;
}
</style>
border-color css
<style>
span { border-color: #5A476F; }
span { border-color: rgb(90,71,111); }
td.TdClassName
{
border-color: #5A476F;
}
.TagClassName
{
border-color: #5A476F;
}
</style>