Shades of Honey Flower #57475D
Tints of Honey Flower #57475D
RGB
CMYK
RGB Variations
Color information
#57475D (or 0x57475D) is known color: Honey Flower. HEX triplet: 57, 47 and 5D. RGB value is (87,71,93). Sum of RGB (Red+Green+Blue) = 87+71+93=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #57475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57475D is #A8B8A2. Grayscale: #4E4E4E. Windows color (decimal): -11057315 or 6113111. OLE color: 6113111.
HSL color Cylindrical-coordinate representation of color #57475D: hue angle of 283.64º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57475D is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 71 | 93 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.64 |
| HSL | 283.64º | 0.13% | 0.32% | - |
| HSV(B) | 283.64º | 0.24% | 0.36% | - |
| XYZ | 8.16 | 7.32 | 11.34 | - |
| YUV | 78.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 93 | 0.06 | 0.24 | 0 | 0.64 | 283.64 | 0.13 | 0.32 |
| Hex | 57 | 47 | 5D | 6 | 18 | 0 | 40 | 11C | D | 20 |
| Octal | 127 | 107 | 135 | 6 | 30 | 0 | 100 | 434 | 15 | 40 |
| Binary | 1010111 | 1000111 | 1011101 | 110 | 11000 | 0 | 1000000 | 100011100 | 1101 | 100000 |
Color Harmonies of #57475D
Complementary color
Monochromatic Colors of #57475D
Black with #57475D
Text Example
Text Example
White with #57475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57475D; }
p { color: rgb(87,71,93); }
H1.HeaderClassName
{
color: #57475D;
}
.AnyTagClassName
{
color: #57475D;
}
</style>
background-color css
<style>
a { background-color: #57475D; }
a { background-color: rgb(87,71,93); }
div.DivClassName
{
background-color: #57475D;
}
.BgClassName
{
background-color: #57475D;
}
</style>
border-color css
<style>
span { border-color: #57475D; }
span { border-color: rgb(87,71,93); }
td.TdClassName
{
border-color: #57475D;
}
.TagClassName
{
border-color: #57475D;
}
</style>