Shades of Honey Flower #57306B
Tints of Honey Flower #57306B
RGB
CMYK
RGB Variations
Color information
#57306B (or 0x57306B) is known color: Honey Flower. HEX triplet: 57, 30 and 6B. RGB value is (87,48,107). Sum of RGB (Red+Green+Blue) = 87+48+107=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #57306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57306B is #A8CF94. Grayscale: #424242. Windows color (decimal): -11063189 or 7024727. OLE color: 7024727.
HSL color Cylindrical-coordinate representation of color #57306B: hue angle of 279.66º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57306B is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 48 | 107 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.58 |
| HSL | 279.66º | 0.38% | 0.3% | - |
| HSV(B) | 279.66º | 0.55% | 0.42% | - |
| XYZ | 7.64 | 5.2 | 14.51 | - |
| YUV | 66.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 107 | 0.19 | 0.55 | 0 | 0.58 | 279.66 | 0.38 | 0.3 |
| Hex | 57 | 30 | 6B | 13 | 37 | 0 | 3A | 118 | 26 | 1E |
| Octal | 127 | 60 | 153 | 23 | 67 | 0 | 72 | 430 | 46 | 36 |
| Binary | 1010111 | 110000 | 1101011 | 10011 | 110111 | 0 | 111010 | 100011000 | 100110 | 11110 |
Color Harmonies of #57306B
Complementary color
Monochromatic Colors of #57306B
Black with #57306B
Text Example
Text Example
White with #57306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57306B; }
p { color: rgb(87,48,107); }
H1.HeaderClassName
{
color: #57306B;
}
.AnyTagClassName
{
color: #57306B;
}
</style>
background-color css
<style>
a { background-color: #57306B; }
a { background-color: rgb(87,48,107); }
div.DivClassName
{
background-color: #57306B;
}
.BgClassName
{
background-color: #57306B;
}
</style>
border-color css
<style>
span { border-color: #57306B; }
span { border-color: rgb(87,48,107); }
td.TdClassName
{
border-color: #57306B;
}
.TagClassName
{
border-color: #57306B;
}
</style>