Shades of Honey Flower #584A60
Tints of Honey Flower #584A60
RGB
CMYK
RGB Variations
Color information
#584A60 (or 0x584A60) is known color: Honey Flower. HEX triplet: 58, 4A and 60. RGB value is (88,74,96). Sum of RGB (Red+Green+Blue) = 88+74+96=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #584A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A60 is #A7B59F. Grayscale: #505050. Windows color (decimal): -10991008 or 6310488. OLE color: 6310488.
HSL color Cylindrical-coordinate representation of color #584A60: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #584A60 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 74 | 96 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.62 |
| HSL | 278.18º | 0.13% | 0.33% | - |
| HSV(B) | 278.18º | 0.23% | 0.38% | - |
| XYZ | 8.58 | 7.82 | 12.12 | - |
| YUV | 80.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 96 | 0.08 | 0.23 | 0 | 0.62 | 278.18 | 0.13 | 0.33 |
| Hex | 58 | 4A | 60 | 8 | 17 | 0 | 3E | 116 | D | 21 |
| Octal | 130 | 112 | 140 | 10 | 27 | 0 | 76 | 426 | 15 | 41 |
| Binary | 1011000 | 1001010 | 1100000 | 1000 | 10111 | 0 | 111110 | 100010110 | 1101 | 100001 |
Color Harmonies of #584A60
Complementary color
Monochromatic Colors of #584A60
Black with #584A60
Text Example
Text Example
White with #584A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A60; }
p { color: rgb(88,74,96); }
H1.HeaderClassName
{
color: #584A60;
}
.AnyTagClassName
{
color: #584A60;
}
</style>
background-color css
<style>
a { background-color: #584A60; }
a { background-color: rgb(88,74,96); }
div.DivClassName
{
background-color: #584A60;
}
.BgClassName
{
background-color: #584A60;
}
</style>
border-color css
<style>
span { border-color: #584A60; }
span { border-color: rgb(88,74,96); }
td.TdClassName
{
border-color: #584A60;
}
.TagClassName
{
border-color: #584A60;
}
</style>