Shades of Honey Flower #57226D
Tints of Honey Flower #57226D
RGB
CMYK
RGB Variations
Color information
#57226D (or 0x57226D) is known color: Honey Flower. HEX triplet: 57, 22 and 6D. RGB value is (87,34,109). Sum of RGB (Red+Green+Blue) = 87+34+109=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #57226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57226D is #A8DD92. Grayscale: #3A3A3A. Windows color (decimal): -11066771 or 7152215. OLE color: 7152215.
HSL color Cylindrical-coordinate representation of color #57226D: hue angle of 282.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57226D is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 34 | 109 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.57 |
| HSL | 282.4º | 0.52% | 0.28% | - |
| HSV(B) | 282.4º | 0.69% | 0.43% | - |
| XYZ | 7.26 | 4.27 | 14.91 | - |
| YUV | 58.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 109 | 0.20 | 0.69 | 0 | 0.57 | 282.4 | 0.52 | 0.28 |
| Hex | 57 | 22 | 6D | 14 | 45 | 0 | 39 | 11A | 34 | 1C |
| Octal | 127 | 42 | 155 | 24 | 105 | 0 | 71 | 432 | 64 | 34 |
| Binary | 1010111 | 100010 | 1101101 | 10100 | 1000101 | 0 | 111001 | 100011010 | 110100 | 11100 |
Color Harmonies of #57226D
Complementary color
Monochromatic Colors of #57226D
Black with #57226D
Text Example
Text Example
White with #57226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57226D; }
p { color: rgb(87,34,109); }
H1.HeaderClassName
{
color: #57226D;
}
.AnyTagClassName
{
color: #57226D;
}
</style>
background-color css
<style>
a { background-color: #57226D; }
a { background-color: rgb(87,34,109); }
div.DivClassName
{
background-color: #57226D;
}
.BgClassName
{
background-color: #57226D;
}
</style>
border-color css
<style>
span { border-color: #57226D; }
span { border-color: rgb(87,34,109); }
td.TdClassName
{
border-color: #57226D;
}
.TagClassName
{
border-color: #57226D;
}
</style>