Shades of Honey Flower #573B6A
Tints of Honey Flower #573B6A
RGB
CMYK
RGB Variations
Color information
#573B6A (or 0x573B6A) is known color: Honey Flower. HEX triplet: 57, 3B and 6A. RGB value is (87,59,106). Sum of RGB (Red+Green+Blue) = 87+59+106=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #573B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573B6A is #A8C495. Grayscale: #484848. Windows color (decimal): -11060374 or 6962007. OLE color: 6962007.
HSL color Cylindrical-coordinate representation of color #573B6A: hue angle of 275.74º 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 #573B6A is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 59 | 106 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.58 |
| HSL | 275.74º | 0.28% | 0.32% | - |
| HSV(B) | 275.74º | 0.44% | 0.42% | - |
| XYZ | 8.1 | 6.19 | 14.4 | - |
| YUV | 72.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 106 | 0.18 | 0.44 | 0 | 0.58 | 275.74 | 0.28 | 0.32 |
| Hex | 57 | 3B | 6A | 12 | 2C | 0 | 3A | 114 | 1C | 20 |
| Octal | 127 | 73 | 152 | 22 | 54 | 0 | 72 | 424 | 34 | 40 |
| Binary | 1010111 | 111011 | 1101010 | 10010 | 101100 | 0 | 111010 | 100010100 | 11100 | 100000 |
Color Harmonies of #573B6A
Complementary color
Monochromatic Colors of #573B6A
Black with #573B6A
Text Example
Text Example
White with #573B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B6A; }
p { color: rgb(87,59,106); }
H1.HeaderClassName
{
color: #573B6A;
}
.AnyTagClassName
{
color: #573B6A;
}
</style>
background-color css
<style>
a { background-color: #573B6A; }
a { background-color: rgb(87,59,106); }
div.DivClassName
{
background-color: #573B6A;
}
.BgClassName
{
background-color: #573B6A;
}
</style>
border-color css
<style>
span { border-color: #573B6A; }
span { border-color: rgb(87,59,106); }
td.TdClassName
{
border-color: #573B6A;
}
.TagClassName
{
border-color: #573B6A;
}
</style>