Shades of Honey Flower #57405E
Tints of Honey Flower #57405E
RGB
CMYK
RGB Variations
Color information
#57405E (or 0x57405E) is known color: Honey Flower. HEX triplet: 57, 40 and 5E. RGB value is (87,64,94). Sum of RGB (Red+Green+Blue) = 87+64+94=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #57405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57405E is #A8BFA1. Grayscale: #4A4A4A. Windows color (decimal): -11059106 or 6176855. OLE color: 6176855.
HSL color Cylindrical-coordinate representation of color #57405E: hue angle of 286º 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 #57405E is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 64 | 94 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.63 |
| HSL | 286º | 0.19% | 0.31% | - |
| HSV(B) | 286º | 0.32% | 0.37% | - |
| XYZ | 7.78 | 6.5 | 11.43 | - |
| YUV | 74.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 94 | 0.07 | 0.32 | 0 | 0.63 | 286 | 0.19 | 0.31 |
| Hex | 57 | 40 | 5E | 7 | 20 | 0 | 3F | 11E | 13 | 1F |
| Octal | 127 | 100 | 136 | 7 | 40 | 0 | 77 | 436 | 23 | 37 |
| Binary | 1010111 | 1000000 | 1011110 | 111 | 100000 | 0 | 111111 | 100011110 | 10011 | 11111 |
Color Harmonies of #57405E
Complementary color
Monochromatic Colors of #57405E
Black with #57405E
Text Example
Text Example
White with #57405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57405E; }
p { color: rgb(87,64,94); }
H1.HeaderClassName
{
color: #57405E;
}
.AnyTagClassName
{
color: #57405E;
}
</style>
background-color css
<style>
a { background-color: #57405E; }
a { background-color: rgb(87,64,94); }
div.DivClassName
{
background-color: #57405E;
}
.BgClassName
{
background-color: #57405E;
}
</style>
border-color css
<style>
span { border-color: #57405E; }
span { border-color: rgb(87,64,94); }
td.TdClassName
{
border-color: #57405E;
}
.TagClassName
{
border-color: #57405E;
}
</style>