Shades of Honey Flower #582A68
Tints of Honey Flower #582A68
RGB
CMYK
RGB Variations
Color information
#582A68 (or 0x582A68) is known color: Honey Flower. HEX triplet: 58, 2A and 68. RGB value is (88,42,104). Sum of RGB (Red+Green+Blue) = 88+42+104=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #582A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A68 is #A7D597. Grayscale: #3E3E3E. Windows color (decimal): -10999192 or 6826584. OLE color: 6826584.
HSL color Cylindrical-coordinate representation of color #582A68: hue angle of 284.52º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582A68 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 42 | 104 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.59 |
| HSL | 284.52º | 0.42% | 0.29% | - |
| HSV(B) | 284.52º | 0.6% | 0.41% | - |
| XYZ | 7.35 | 4.73 | 13.62 | - |
| YUV | 62.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 104 | 0.15 | 0.60 | 0 | 0.59 | 284.52 | 0.42 | 0.29 |
| Hex | 58 | 2A | 68 | F | 3C | 0 | 3B | 11D | 2A | 1D |
| Octal | 130 | 52 | 150 | 17 | 74 | 0 | 73 | 435 | 52 | 35 |
| Binary | 1011000 | 101010 | 1101000 | 1111 | 111100 | 0 | 111011 | 100011101 | 101010 | 11101 |
Color Harmonies of #582A68
Complementary color
Monochromatic Colors of #582A68
Black with #582A68
Text Example
Text Example
White with #582A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A68; }
p { color: rgb(88,42,104); }
H1.HeaderClassName
{
color: #582A68;
}
.AnyTagClassName
{
color: #582A68;
}
</style>
background-color css
<style>
a { background-color: #582A68; }
a { background-color: rgb(88,42,104); }
div.DivClassName
{
background-color: #582A68;
}
.BgClassName
{
background-color: #582A68;
}
</style>
border-color css
<style>
span { border-color: #582A68; }
span { border-color: rgb(88,42,104); }
td.TdClassName
{
border-color: #582A68;
}
.TagClassName
{
border-color: #582A68;
}
</style>