Shades of Honey Flower #56306C
Tints of Honey Flower #56306C
RGB
CMYK
RGB Variations
Color information
#56306C (or 0x56306C) is known color: Honey Flower. HEX triplet: 56, 30 and 6C. RGB value is (86,48,108). Sum of RGB (Red+Green+Blue) = 86+48+108=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #56306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56306C is #A9CF93. Grayscale: #424242. Windows color (decimal): -11128724 or 7090262. OLE color: 7090262.
HSL color Cylindrical-coordinate representation of color #56306C: hue angle of 278º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56306C is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 48 | 108 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.58 |
| HSL | 278º | 0.38% | 0.31% | - |
| HSV(B) | 278º | 0.56% | 0.42% | - |
| XYZ | 7.6 | 5.18 | 14.79 | - |
| YUV | 66.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 108 | 0.20 | 0.56 | 0 | 0.58 | 278 | 0.38 | 0.31 |
| Hex | 56 | 30 | 6C | 14 | 38 | 0 | 3A | 116 | 26 | 1F |
| Octal | 126 | 60 | 154 | 24 | 70 | 0 | 72 | 426 | 46 | 37 |
| Binary | 1010110 | 110000 | 1101100 | 10100 | 111000 | 0 | 111010 | 100010110 | 100110 | 11111 |
Color Harmonies of #56306C
Complementary color
Monochromatic Colors of #56306C
Black with #56306C
Text Example
Text Example
White with #56306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56306C; }
p { color: rgb(86,48,108); }
H1.HeaderClassName
{
color: #56306C;
}
.AnyTagClassName
{
color: #56306C;
}
</style>
background-color css
<style>
a { background-color: #56306C; }
a { background-color: rgb(86,48,108); }
div.DivClassName
{
background-color: #56306C;
}
.BgClassName
{
background-color: #56306C;
}
</style>
border-color css
<style>
span { border-color: #56306C; }
span { border-color: rgb(86,48,108); }
td.TdClassName
{
border-color: #56306C;
}
.TagClassName
{
border-color: #56306C;
}
</style>