Shades of Honey Flower #574A5F
Tints of Honey Flower #574A5F
RGB
CMYK
RGB Variations
Color information
#574A5F (or 0x574A5F) is known color: Honey Flower. HEX triplet: 57, 4A and 5F. RGB value is (87,74,95). Sum of RGB (Red+Green+Blue) = 87+74+95=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #574A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A5F is #A8B5A0. Grayscale: #505050. Windows color (decimal): -11056545 or 6244951. OLE color: 6244951.
HSL color Cylindrical-coordinate representation of color #574A5F: hue angle of 277.14º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574A5F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 74 | 95 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.63 |
| HSL | 277.14º | 0.12% | 0.33% | - |
| HSV(B) | 277.14º | 0.22% | 0.37% | - |
| XYZ | 8.44 | 7.75 | 11.88 | - |
| YUV | 80.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 95 | 0.08 | 0.22 | 0 | 0.63 | 277.14 | 0.12 | 0.33 |
| Hex | 57 | 4A | 5F | 8 | 16 | 0 | 3F | 115 | C | 21 |
| Octal | 127 | 112 | 137 | 10 | 26 | 0 | 77 | 425 | 14 | 41 |
| Binary | 1010111 | 1001010 | 1011111 | 1000 | 10110 | 0 | 111111 | 100010101 | 1100 | 100001 |
Color Harmonies of #574A5F
Complementary color
Monochromatic Colors of #574A5F
Black with #574A5F
Text Example
Text Example
White with #574A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A5F; }
p { color: rgb(87,74,95); }
H1.HeaderClassName
{
color: #574A5F;
}
.AnyTagClassName
{
color: #574A5F;
}
</style>
background-color css
<style>
a { background-color: #574A5F; }
a { background-color: rgb(87,74,95); }
div.DivClassName
{
background-color: #574A5F;
}
.BgClassName
{
background-color: #574A5F;
}
</style>
border-color css
<style>
span { border-color: #574A5F; }
span { border-color: rgb(87,74,95); }
td.TdClassName
{
border-color: #574A5F;
}
.TagClassName
{
border-color: #574A5F;
}
</style>