Shades of Honey Flower #574360
Tints of Honey Flower #574360
RGB
CMYK
RGB Variations
Color information
#574360 (or 0x574360) is known color: Honey Flower. HEX triplet: 57, 43 and 60. RGB value is (87,67,96). Sum of RGB (Red+Green+Blue) = 87+67+96=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #574360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574360 is #A8BC9F. Grayscale: #4C4C4C. Windows color (decimal): -11058336 or 6308695. OLE color: 6308695.
HSL color Cylindrical-coordinate representation of color #574360: hue angle of 281.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #574360 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 67 | 96 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.62 |
| HSL | 281.38º | 0.18% | 0.32% | - |
| HSV(B) | 281.38º | 0.3% | 0.38% | - |
| XYZ | 8.05 | 6.89 | 11.97 | - |
| YUV | 76.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 96 | 0.09 | 0.30 | 0 | 0.62 | 281.38 | 0.18 | 0.32 |
| Hex | 57 | 43 | 60 | 9 | 1E | 0 | 3E | 119 | 12 | 20 |
| Octal | 127 | 103 | 140 | 11 | 36 | 0 | 76 | 431 | 22 | 40 |
| Binary | 1010111 | 1000011 | 1100000 | 1001 | 11110 | 0 | 111110 | 100011001 | 10010 | 100000 |
Color Harmonies of #574360
Complementary color
Monochromatic Colors of #574360
Black with #574360
Text Example
Text Example
White with #574360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574360; }
p { color: rgb(87,67,96); }
H1.HeaderClassName
{
color: #574360;
}
.AnyTagClassName
{
color: #574360;
}
</style>
background-color css
<style>
a { background-color: #574360; }
a { background-color: rgb(87,67,96); }
div.DivClassName
{
background-color: #574360;
}
.BgClassName
{
background-color: #574360;
}
</style>
border-color css
<style>
span { border-color: #574360; }
span { border-color: rgb(87,67,96); }
td.TdClassName
{
border-color: #574360;
}
.TagClassName
{
border-color: #574360;
}
</style>