Shades of Honey Flower #583B6A
Tints of Honey Flower #583B6A
RGB
CMYK
RGB Variations
Color information
#583B6A (or 0x583B6A) is known color: Honey Flower. HEX triplet: 58, 3B and 6A. RGB value is (88,59,106). Sum of RGB (Red+Green+Blue) = 88+59+106=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #583B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583B6A is #A7C495. Grayscale: #484848. Windows color (decimal): -10994838 or 6962008. OLE color: 6962008.
HSL color Cylindrical-coordinate representation of color #583B6A: hue angle of 277.02º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #583B6A is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 59 | 106 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.58 |
| HSL | 277.02º | 0.28% | 0.32% | - |
| HSV(B) | 277.02º | 0.44% | 0.42% | - |
| XYZ | 8.19 | 6.24 | 14.41 | - |
| YUV | 73.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 106 | 0.17 | 0.44 | 0 | 0.58 | 277.02 | 0.28 | 0.32 |
| Hex | 58 | 3B | 6A | 11 | 2C | 0 | 3A | 115 | 1C | 20 |
| Octal | 130 | 73 | 152 | 21 | 54 | 0 | 72 | 425 | 34 | 40 |
| Binary | 1011000 | 111011 | 1101010 | 10001 | 101100 | 0 | 111010 | 100010101 | 11100 | 100000 |
Color Harmonies of #583B6A
Complementary color
Monochromatic Colors of #583B6A
Black with #583B6A
Text Example
Text Example
White with #583B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B6A; }
p { color: rgb(88,59,106); }
H1.HeaderClassName
{
color: #583B6A;
}
.AnyTagClassName
{
color: #583B6A;
}
</style>
background-color css
<style>
a { background-color: #583B6A; }
a { background-color: rgb(88,59,106); }
div.DivClassName
{
background-color: #583B6A;
}
.BgClassName
{
background-color: #583B6A;
}
</style>
border-color css
<style>
span { border-color: #583B6A; }
span { border-color: rgb(88,59,106); }
td.TdClassName
{
border-color: #583B6A;
}
.TagClassName
{
border-color: #583B6A;
}
</style>