Shades of Honey Flower #574A5E
Tints of Honey Flower #574A5E
RGB
CMYK
RGB Variations
Color information
#574A5E (or 0x574A5E) is known color: Honey Flower. HEX triplet: 57, 4A and 5E. RGB value is (87,74,94). Sum of RGB (Red+Green+Blue) = 87+74+94=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 94 - color contains mainly: blue. Hex color #574A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A5E is #A8B5A1. Grayscale: #505050. Windows color (decimal): -11056546 or 6179415. OLE color: 6179415.
HSL color Cylindrical-coordinate representation of color #574A5E: hue angle of 279º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #574A5E is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 74 | 94 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.63 |
| HSL | 279º | 0.12% | 0.33% | - |
| HSV(B) | 279º | 0.21% | 0.37% | - |
| XYZ | 8.4 | 7.73 | 11.64 | - |
| YUV | 80.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 94 | 0.07 | 0.21 | 0 | 0.63 | 279 | 0.12 | 0.33 |
| Hex | 57 | 4A | 5E | 7 | 15 | 0 | 3F | 117 | C | 21 |
| Octal | 127 | 112 | 136 | 7 | 25 | 0 | 77 | 427 | 14 | 41 |
| Binary | 1010111 | 1001010 | 1011110 | 111 | 10101 | 0 | 111111 | 100010111 | 1100 | 100001 |
Color Harmonies of #574A5E
Complementary color
Monochromatic Colors of #574A5E
Black with #574A5E
Text Example
Text Example
White with #574A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A5E; }
p { color: rgb(87,74,94); }
H1.HeaderClassName
{
color: #574A5E;
}
.AnyTagClassName
{
color: #574A5E;
}
</style>
background-color css
<style>
a { background-color: #574A5E; }
a { background-color: rgb(87,74,94); }
div.DivClassName
{
background-color: #574A5E;
}
.BgClassName
{
background-color: #574A5E;
}
</style>
border-color css
<style>
span { border-color: #574A5E; }
span { border-color: rgb(87,74,94); }
td.TdClassName
{
border-color: #574A5E;
}
.TagClassName
{
border-color: #574A5E;
}
</style>