Shades of Honey Flower #58446B
Tints of Honey Flower #58446B
RGB
CMYK
RGB Variations
Color information
#58446B (or 0x58446B) is known color: Honey Flower. HEX triplet: 58, 44 and 6B. RGB value is (88,68,107). Sum of RGB (Red+Green+Blue) = 88+68+107=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #58446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58446B is #A7BB94. Grayscale: #4E4E4E. Windows color (decimal): -10992533 or 7029848. OLE color: 7029848.
HSL color Cylindrical-coordinate representation of color #58446B: hue angle of 270.77º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58446B is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 68 | 107 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.58 |
| HSL | 270.77º | 0.22% | 0.34% | - |
| HSV(B) | 270.77º | 0.36% | 0.42% | - |
| XYZ | 8.75 | 7.27 | 14.85 | - |
| YUV | 78.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 107 | 0.18 | 0.36 | 0 | 0.58 | 270.77 | 0.22 | 0.34 |
| Hex | 58 | 44 | 6B | 12 | 24 | 0 | 3A | 10F | 16 | 22 |
| Octal | 130 | 104 | 153 | 22 | 44 | 0 | 72 | 417 | 26 | 42 |
| Binary | 1011000 | 1000100 | 1101011 | 10010 | 100100 | 0 | 111010 | 100001111 | 10110 | 100010 |
Color Harmonies of #58446B
Complementary color
Monochromatic Colors of #58446B
Black with #58446B
Text Example
Text Example
White with #58446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58446B; }
p { color: rgb(88,68,107); }
H1.HeaderClassName
{
color: #58446B;
}
.AnyTagClassName
{
color: #58446B;
}
</style>
background-color css
<style>
a { background-color: #58446B; }
a { background-color: rgb(88,68,107); }
div.DivClassName
{
background-color: #58446B;
}
.BgClassName
{
background-color: #58446B;
}
</style>
border-color css
<style>
span { border-color: #58446B; }
span { border-color: rgb(88,68,107); }
td.TdClassName
{
border-color: #58446B;
}
.TagClassName
{
border-color: #58446B;
}
</style>