Shades of Honey Flower #57465D
Tints of Honey Flower #57465D
RGB
CMYK
RGB Variations
Color information
#57465D (or 0x57465D) is known color: Honey Flower. HEX triplet: 57, 46 and 5D. RGB value is (87,70,93). Sum of RGB (Red+Green+Blue) = 87+70+93=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #57465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57465D is #A8B9A2. Grayscale: #4D4D4D. Windows color (decimal): -11057571 or 6112855. OLE color: 6112855.
HSL color Cylindrical-coordinate representation of color #57465D: hue angle of 284.35º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57465D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 70 | 93 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.64 |
| HSL | 284.35º | 0.14% | 0.32% | - |
| HSV(B) | 284.35º | 0.25% | 0.36% | - |
| XYZ | 8.1 | 7.2 | 11.32 | - |
| YUV | 77.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 93 | 0.06 | 0.25 | 0 | 0.64 | 284.35 | 0.14 | 0.32 |
| Hex | 57 | 46 | 5D | 6 | 19 | 0 | 40 | 11C | E | 20 |
| Octal | 127 | 106 | 135 | 6 | 31 | 0 | 100 | 434 | 16 | 40 |
| Binary | 1010111 | 1000110 | 1011101 | 110 | 11001 | 0 | 1000000 | 100011100 | 1110 | 100000 |
Color Harmonies of #57465D
Complementary color
Monochromatic Colors of #57465D
Black with #57465D
Text Example
Text Example
White with #57465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57465D; }
p { color: rgb(87,70,93); }
H1.HeaderClassName
{
color: #57465D;
}
.AnyTagClassName
{
color: #57465D;
}
</style>
background-color css
<style>
a { background-color: #57465D; }
a { background-color: rgb(87,70,93); }
div.DivClassName
{
background-color: #57465D;
}
.BgClassName
{
background-color: #57465D;
}
</style>
border-color css
<style>
span { border-color: #57465D; }
span { border-color: rgb(87,70,93); }
td.TdClassName
{
border-color: #57465D;
}
.TagClassName
{
border-color: #57465D;
}
</style>