Shades of Honey Flower #58476C
Tints of Honey Flower #58476C
RGB
CMYK
RGB Variations
Color information
#58476C (or 0x58476C) is known color: Honey Flower. HEX triplet: 58, 47 and 6C. RGB value is (88,71,108). Sum of RGB (Red+Green+Blue) = 88+71+108=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #58476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58476C is #A7B893. Grayscale: #505050. Windows color (decimal): -10991764 or 7096152. OLE color: 7096152.
HSL color Cylindrical-coordinate representation of color #58476C: hue angle of 267.57º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58476C is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 71 | 108 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.58 |
| HSL | 267.57º | 0.21% | 0.35% | - |
| HSV(B) | 267.57º | 0.34% | 0.42% | - |
| XYZ | 8.98 | 7.66 | 15.19 | - |
| YUV | 80.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 108 | 0.19 | 0.34 | 0 | 0.58 | 267.57 | 0.21 | 0.35 |
| Hex | 58 | 47 | 6C | 13 | 22 | 0 | 3A | 10C | 15 | 23 |
| Octal | 130 | 107 | 154 | 23 | 42 | 0 | 72 | 414 | 25 | 43 |
| Binary | 1011000 | 1000111 | 1101100 | 10011 | 100010 | 0 | 111010 | 100001100 | 10101 | 100011 |
Color Harmonies of #58476C
Complementary color
Monochromatic Colors of #58476C
Black with #58476C
Text Example
Text Example
White with #58476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58476C; }
p { color: rgb(88,71,108); }
H1.HeaderClassName
{
color: #58476C;
}
.AnyTagClassName
{
color: #58476C;
}
</style>
background-color css
<style>
a { background-color: #58476C; }
a { background-color: rgb(88,71,108); }
div.DivClassName
{
background-color: #58476C;
}
.BgClassName
{
background-color: #58476C;
}
</style>
border-color css
<style>
span { border-color: #58476C; }
span { border-color: rgb(88,71,108); }
td.TdClassName
{
border-color: #58476C;
}
.TagClassName
{
border-color: #58476C;
}
</style>