Shades of Honey Flower #58396C
Tints of Honey Flower #58396C
RGB
CMYK
RGB Variations
Color information
#58396C (or 0x58396C) is known color: Honey Flower. HEX triplet: 58, 39 and 6C. RGB value is (88,57,108). Sum of RGB (Red+Green+Blue) = 88+57+108=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #58396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58396C is #A7C693. Grayscale: #474747. Windows color (decimal): -10995348 or 7092568. OLE color: 7092568.
HSL color Cylindrical-coordinate representation of color #58396C: hue angle of 276.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58396C is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 57 | 108 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.58 |
| HSL | 276.47º | 0.31% | 0.32% | - |
| HSV(B) | 276.47º | 0.47% | 0.42% | - |
| XYZ | 8.19 | 6.08 | 14.93 | - |
| YUV | 72.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 108 | 0.19 | 0.47 | 0 | 0.58 | 276.47 | 0.31 | 0.32 |
| Hex | 58 | 39 | 6C | 13 | 2F | 0 | 3A | 114 | 1F | 20 |
| Octal | 130 | 71 | 154 | 23 | 57 | 0 | 72 | 424 | 37 | 40 |
| Binary | 1011000 | 111001 | 1101100 | 10011 | 101111 | 0 | 111010 | 100010100 | 11111 | 100000 |
Color Harmonies of #58396C
Complementary color
Monochromatic Colors of #58396C
Black with #58396C
Text Example
Text Example
White with #58396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58396C; }
p { color: rgb(88,57,108); }
H1.HeaderClassName
{
color: #58396C;
}
.AnyTagClassName
{
color: #58396C;
}
</style>
background-color css
<style>
a { background-color: #58396C; }
a { background-color: rgb(88,57,108); }
div.DivClassName
{
background-color: #58396C;
}
.BgClassName
{
background-color: #58396C;
}
</style>
border-color css
<style>
span { border-color: #58396C; }
span { border-color: rgb(88,57,108); }
td.TdClassName
{
border-color: #58396C;
}
.TagClassName
{
border-color: #58396C;
}
</style>