Shades of Honey Flower #57296B
Tints of Honey Flower #57296B
RGB
CMYK
RGB Variations
Color information
#57296B (or 0x57296B) is known color: Honey Flower. HEX triplet: 57, 29 and 6B. RGB value is (87,41,107). Sum of RGB (Red+Green+Blue) = 87+41+107=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #57296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57296B is #A8D694. Grayscale: #3E3E3E. Windows color (decimal): -11064981 or 7022935. OLE color: 7022935.
HSL color Cylindrical-coordinate representation of color #57296B: hue angle of 281.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57296B is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 41 | 107 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.58 |
| HSL | 281.82º | 0.45% | 0.29% | - |
| HSV(B) | 281.82º | 0.62% | 0.42% | - |
| XYZ | 7.38 | 4.67 | 14.42 | - |
| YUV | 62.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 107 | 0.19 | 0.62 | 0 | 0.58 | 281.82 | 0.45 | 0.29 |
| Hex | 57 | 29 | 6B | 13 | 3E | 0 | 3A | 11A | 2D | 1D |
| Octal | 127 | 51 | 153 | 23 | 76 | 0 | 72 | 432 | 55 | 35 |
| Binary | 1010111 | 101001 | 1101011 | 10011 | 111110 | 0 | 111010 | 100011010 | 101101 | 11101 |
Color Harmonies of #57296B
Complementary color
Monochromatic Colors of #57296B
Black with #57296B
Text Example
Text Example
White with #57296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57296B; }
p { color: rgb(87,41,107); }
H1.HeaderClassName
{
color: #57296B;
}
.AnyTagClassName
{
color: #57296B;
}
</style>
background-color css
<style>
a { background-color: #57296B; }
a { background-color: rgb(87,41,107); }
div.DivClassName
{
background-color: #57296B;
}
.BgClassName
{
background-color: #57296B;
}
</style>
border-color css
<style>
span { border-color: #57296B; }
span { border-color: rgb(87,41,107); }
td.TdClassName
{
border-color: #57296B;
}
.TagClassName
{
border-color: #57296B;
}
</style>