Shades of Honey Flower #58485F
Tints of Honey Flower #58485F
RGB
CMYK
RGB Variations
Color information
#58485F (or 0x58485F) is known color: Honey Flower. HEX triplet: 58, 48 and 5F. RGB value is (88,72,95). Sum of RGB (Red+Green+Blue) = 88+72+95=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #58485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58485F is #A7B7A0. Grayscale: #4F4F4F. Windows color (decimal): -10991521 or 6244440. OLE color: 6244440.
HSL color Cylindrical-coordinate representation of color #58485F: hue angle of 281.74º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58485F is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 72 | 95 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.63 |
| HSL | 281.74º | 0.14% | 0.33% | - |
| HSV(B) | 281.74º | 0.24% | 0.37% | - |
| XYZ | 8.41 | 7.54 | 11.84 | - |
| YUV | 79.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 95 | 0.07 | 0.24 | 0 | 0.63 | 281.74 | 0.14 | 0.33 |
| Hex | 58 | 48 | 5F | 7 | 18 | 0 | 3F | 11A | E | 21 |
| Octal | 130 | 110 | 137 | 7 | 30 | 0 | 77 | 432 | 16 | 41 |
| Binary | 1011000 | 1001000 | 1011111 | 111 | 11000 | 0 | 111111 | 100011010 | 1110 | 100001 |
Color Harmonies of #58485F
Complementary color
Monochromatic Colors of #58485F
Black with #58485F
Text Example
Text Example
White with #58485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58485F; }
p { color: rgb(88,72,95); }
H1.HeaderClassName
{
color: #58485F;
}
.AnyTagClassName
{
color: #58485F;
}
</style>
background-color css
<style>
a { background-color: #58485F; }
a { background-color: rgb(88,72,95); }
div.DivClassName
{
background-color: #58485F;
}
.BgClassName
{
background-color: #58485F;
}
</style>
border-color css
<style>
span { border-color: #58485F; }
span { border-color: rgb(88,72,95); }
td.TdClassName
{
border-color: #58485F;
}
.TagClassName
{
border-color: #58485F;
}
</style>