Shades of Honey Flower #57415F
Tints of Honey Flower #57415F
RGB
CMYK
RGB Variations
Color information
#57415F (or 0x57415F) is known color: Honey Flower. HEX triplet: 57, 41 and 5F. RGB value is (87,65,95). Sum of RGB (Red+Green+Blue) = 87+65+95=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #57415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57415F is #A8BEA0. Grayscale: #4A4A4A. Windows color (decimal): -11058849 or 6242647. OLE color: 6242647.
HSL color Cylindrical-coordinate representation of color #57415F: hue angle of 284º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57415F is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 65 | 95 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.63 |
| HSL | 284º | 0.19% | 0.31% | - |
| HSV(B) | 284º | 0.32% | 0.37% | - |
| XYZ | 7.89 | 6.63 | 11.69 | - |
| YUV | 75 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 95 | 0.08 | 0.32 | 0 | 0.63 | 284 | 0.19 | 0.31 |
| Hex | 57 | 41 | 5F | 8 | 20 | 0 | 3F | 11C | 13 | 1F |
| Octal | 127 | 101 | 137 | 10 | 40 | 0 | 77 | 434 | 23 | 37 |
| Binary | 1010111 | 1000001 | 1011111 | 1000 | 100000 | 0 | 111111 | 100011100 | 10011 | 11111 |
Color Harmonies of #57415F
Complementary color
Monochromatic Colors of #57415F
Black with #57415F
Text Example
Text Example
White with #57415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57415F; }
p { color: rgb(87,65,95); }
H1.HeaderClassName
{
color: #57415F;
}
.AnyTagClassName
{
color: #57415F;
}
</style>
background-color css
<style>
a { background-color: #57415F; }
a { background-color: rgb(87,65,95); }
div.DivClassName
{
background-color: #57415F;
}
.BgClassName
{
background-color: #57415F;
}
</style>
border-color css
<style>
span { border-color: #57415F; }
span { border-color: rgb(87,65,95); }
td.TdClassName
{
border-color: #57415F;
}
.TagClassName
{
border-color: #57415F;
}
</style>