Shades of Honey Flower #58476D
Tints of Honey Flower #58476D
RGB
CMYK
RGB Variations
Color information
#58476D (or 0x58476D) is known color: Honey Flower. HEX triplet: 58, 47 and 6D. RGB value is (88,71,109). Sum of RGB (Red+Green+Blue) = 88+71+109=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #58476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58476D is #A7B892. Grayscale: #505050. Windows color (decimal): -10991763 or 7161688. OLE color: 7161688.
HSL color Cylindrical-coordinate representation of color #58476D: hue angle of 266.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58476D is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 71 | 109 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.57 |
| HSL | 266.84º | 0.21% | 0.35% | - |
| HSV(B) | 266.84º | 0.35% | 0.43% | - |
| XYZ | 9.04 | 7.69 | 15.48 | - |
| YUV | 80.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 109 | 0.19 | 0.35 | 0 | 0.57 | 266.84 | 0.21 | 0.35 |
| Hex | 58 | 47 | 6D | 13 | 23 | 0 | 39 | 10B | 15 | 23 |
| Octal | 130 | 107 | 155 | 23 | 43 | 0 | 71 | 413 | 25 | 43 |
| Binary | 1011000 | 1000111 | 1101101 | 10011 | 100011 | 0 | 111001 | 100001011 | 10101 | 100011 |
Color Harmonies of #58476D
Complementary color
Monochromatic Colors of #58476D
Black with #58476D
Text Example
Text Example
White with #58476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58476D; }
p { color: rgb(88,71,109); }
H1.HeaderClassName
{
color: #58476D;
}
.AnyTagClassName
{
color: #58476D;
}
</style>
background-color css
<style>
a { background-color: #58476D; }
a { background-color: rgb(88,71,109); }
div.DivClassName
{
background-color: #58476D;
}
.BgClassName
{
background-color: #58476D;
}
</style>
border-color css
<style>
span { border-color: #58476D; }
span { border-color: rgb(88,71,109); }
td.TdClassName
{
border-color: #58476D;
}
.TagClassName
{
border-color: #58476D;
}
</style>