Shades of Honey Flower #58456D
Tints of Honey Flower #58456D
RGB
CMYK
RGB Variations
Color information
#58456D (or 0x58456D) is known color: Honey Flower. HEX triplet: 58, 45 and 6D. RGB value is (88,69,109). Sum of RGB (Red+Green+Blue) = 88+69+109=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #58456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58456D is #A7BA92. Grayscale: #4F4F4F. Windows color (decimal): -10992275 or 7161176. OLE color: 7161176.
HSL color Cylindrical-coordinate representation of color #58456D: hue angle of 268.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58456D is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 69 | 109 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.57 |
| HSL | 268.5º | 0.22% | 0.35% | - |
| HSV(B) | 268.5º | 0.37% | 0.43% | - |
| XYZ | 8.91 | 7.44 | 15.43 | - |
| YUV | 79.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 109 | 0.19 | 0.37 | 0 | 0.57 | 268.5 | 0.22 | 0.35 |
| Hex | 58 | 45 | 6D | 13 | 25 | 0 | 39 | 10C | 16 | 23 |
| Octal | 130 | 105 | 155 | 23 | 45 | 0 | 71 | 414 | 26 | 43 |
| Binary | 1011000 | 1000101 | 1101101 | 10011 | 100101 | 0 | 111001 | 100001100 | 10110 | 100011 |
Color Harmonies of #58456D
Complementary color
Monochromatic Colors of #58456D
Black with #58456D
Text Example
Text Example
White with #58456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58456D; }
p { color: rgb(88,69,109); }
H1.HeaderClassName
{
color: #58456D;
}
.AnyTagClassName
{
color: #58456D;
}
</style>
background-color css
<style>
a { background-color: #58456D; }
a { background-color: rgb(88,69,109); }
div.DivClassName
{
background-color: #58456D;
}
.BgClassName
{
background-color: #58456D;
}
</style>
border-color css
<style>
span { border-color: #58456D; }
span { border-color: rgb(88,69,109); }
td.TdClassName
{
border-color: #58456D;
}
.TagClassName
{
border-color: #58456D;
}
</style>