Shades of Honey Flower #57326A
Tints of Honey Flower #57326A
RGB
CMYK
RGB Variations
Color information
#57326A (or 0x57326A) is known color: Honey Flower. HEX triplet: 57, 32 and 6A. RGB value is (87,50,106). Sum of RGB (Red+Green+Blue) = 87+50+106=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #57326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57326A is #A8CD95. Grayscale: #434343. Windows color (decimal): -11062678 or 6959703. OLE color: 6959703.
HSL color Cylindrical-coordinate representation of color #57326A: hue angle of 279.64º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57326A is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 50 | 106 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.58 |
| HSL | 279.64º | 0.36% | 0.31% | - |
| HSV(B) | 279.64º | 0.53% | 0.42% | - |
| XYZ | 7.67 | 5.35 | 14.26 | - |
| YUV | 67.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 106 | 0.18 | 0.53 | 0 | 0.58 | 279.64 | 0.36 | 0.31 |
| Hex | 57 | 32 | 6A | 12 | 35 | 0 | 3A | 118 | 24 | 1F |
| Octal | 127 | 62 | 152 | 22 | 65 | 0 | 72 | 430 | 44 | 37 |
| Binary | 1010111 | 110010 | 1101010 | 10010 | 110101 | 0 | 111010 | 100011000 | 100100 | 11111 |
Color Harmonies of #57326A
Complementary color
Monochromatic Colors of #57326A
Black with #57326A
Text Example
Text Example
White with #57326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57326A; }
p { color: rgb(87,50,106); }
H1.HeaderClassName
{
color: #57326A;
}
.AnyTagClassName
{
color: #57326A;
}
</style>
background-color css
<style>
a { background-color: #57326A; }
a { background-color: rgb(87,50,106); }
div.DivClassName
{
background-color: #57326A;
}
.BgClassName
{
background-color: #57326A;
}
</style>
border-color css
<style>
span { border-color: #57326A; }
span { border-color: rgb(87,50,106); }
td.TdClassName
{
border-color: #57326A;
}
.TagClassName
{
border-color: #57326A;
}
</style>