Shades of Honey Flower #5C306F
Tints of Honey Flower #5C306F
RGB
CMYK
RGB Variations
Color information
#5C306F (or 0x5C306F) is known color: Honey Flower. HEX triplet: 5C, 30 and 6F. RGB value is (92,48,111). Sum of RGB (Red+Green+Blue) = 92+48+111=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C306F is #A3CF90. Grayscale: #444444. Windows color (decimal): -10735505 or 7286876. OLE color: 7286876.
HSL color Cylindrical-coordinate representation of color #5C306F: hue angle of 281.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C306F is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 48 | 111 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.56 |
| HSL | 281.9º | 0.4% | 0.31% | - |
| HSV(B) | 281.9º | 0.57% | 0.44% | - |
| XYZ | 8.34 | 5.54 | 15.67 | - |
| YUV | 68.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 111 | 0.17 | 0.57 | 0 | 0.56 | 281.9 | 0.4 | 0.31 |
| Hex | 5C | 30 | 6F | 11 | 39 | 0 | 38 | 11A | 28 | 1F |
| Octal | 134 | 60 | 157 | 21 | 71 | 0 | 70 | 432 | 50 | 37 |
| Binary | 1011100 | 110000 | 1101111 | 10001 | 111001 | 0 | 111000 | 100011010 | 101000 | 11111 |
Color Harmonies of #5C306F
Complementary color
Monochromatic Colors of #5C306F
Black with #5C306F
Text Example
Text Example
White with #5C306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C306F; }
p { color: rgb(92,48,111); }
H1.HeaderClassName
{
color: #5C306F;
}
.AnyTagClassName
{
color: #5C306F;
}
</style>
background-color css
<style>
a { background-color: #5C306F; }
a { background-color: rgb(92,48,111); }
div.DivClassName
{
background-color: #5C306F;
}
.BgClassName
{
background-color: #5C306F;
}
</style>
border-color css
<style>
span { border-color: #5C306F; }
span { border-color: rgb(92,48,111); }
td.TdClassName
{
border-color: #5C306F;
}
.TagClassName
{
border-color: #5C306F;
}
</style>