Shades of Honey Flower #574A60
Tints of Honey Flower #574A60
RGB
CMYK
RGB Variations
Color information
#574A60 (or 0x574A60) is known color: Honey Flower. HEX triplet: 57, 4A and 60. RGB value is (87,74,96). Sum of RGB (Red+Green+Blue) = 87+74+96=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #574A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A60 is #A8B59F. Grayscale: #505050. Windows color (decimal): -11056544 or 6310487. OLE color: 6310487.
HSL color Cylindrical-coordinate representation of color #574A60: hue angle of 275.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #574A60 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 74 | 96 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.62 |
| HSL | 275.45º | 0.13% | 0.33% | - |
| HSV(B) | 275.45º | 0.23% | 0.38% | - |
| XYZ | 8.49 | 7.77 | 12.12 | - |
| YUV | 80.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 96 | 0.09 | 0.23 | 0 | 0.62 | 275.45 | 0.13 | 0.33 |
| Hex | 57 | 4A | 60 | 9 | 17 | 0 | 3E | 113 | D | 21 |
| Octal | 127 | 112 | 140 | 11 | 27 | 0 | 76 | 423 | 15 | 41 |
| Binary | 1010111 | 1001010 | 1100000 | 1001 | 10111 | 0 | 111110 | 100010011 | 1101 | 100001 |
Color Harmonies of #574A60
Complementary color
Monochromatic Colors of #574A60
Black with #574A60
Text Example
Text Example
White with #574A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A60; }
p { color: rgb(87,74,96); }
H1.HeaderClassName
{
color: #574A60;
}
.AnyTagClassName
{
color: #574A60;
}
</style>
background-color css
<style>
a { background-color: #574A60; }
a { background-color: rgb(87,74,96); }
div.DivClassName
{
background-color: #574A60;
}
.BgClassName
{
background-color: #574A60;
}
</style>
border-color css
<style>
span { border-color: #574A60; }
span { border-color: rgb(87,74,96); }
td.TdClassName
{
border-color: #574A60;
}
.TagClassName
{
border-color: #574A60;
}
</style>