Shades of Honey Flower #5C306D
Tints of Honey Flower #5C306D
RGB
CMYK
RGB Variations
Color information
#5C306D (or 0x5C306D) is known color: Honey Flower. HEX triplet: 5C, 30 and 6D. RGB value is (92,48,109). Sum of RGB (Red+Green+Blue) = 92+48+109=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C306D is #A3CF92. Grayscale: #434343. Windows color (decimal): -10735507 or 7155804. OLE color: 7155804.
HSL color Cylindrical-coordinate representation of color #5C306D: hue angle of 283.28º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C306D is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 48 | 109 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.57 |
| HSL | 283.28º | 0.39% | 0.31% | - |
| HSV(B) | 283.28º | 0.56% | 0.43% | - |
| XYZ | 8.23 | 5.49 | 15.09 | - |
| YUV | 68.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 109 | 0.16 | 0.56 | 0 | 0.57 | 283.28 | 0.39 | 0.31 |
| Hex | 5C | 30 | 6D | 10 | 38 | 0 | 39 | 11B | 27 | 1F |
| Octal | 134 | 60 | 155 | 20 | 70 | 0 | 71 | 433 | 47 | 37 |
| Binary | 1011100 | 110000 | 1101101 | 10000 | 111000 | 0 | 111001 | 100011011 | 100111 | 11111 |
Color Harmonies of #5C306D
Complementary color
Monochromatic Colors of #5C306D
Black with #5C306D
Text Example
Text Example
White with #5C306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C306D; }
p { color: rgb(92,48,109); }
H1.HeaderClassName
{
color: #5C306D;
}
.AnyTagClassName
{
color: #5C306D;
}
</style>
background-color css
<style>
a { background-color: #5C306D; }
a { background-color: rgb(92,48,109); }
div.DivClassName
{
background-color: #5C306D;
}
.BgClassName
{
background-color: #5C306D;
}
</style>
border-color css
<style>
span { border-color: #5C306D; }
span { border-color: rgb(92,48,109); }
td.TdClassName
{
border-color: #5C306D;
}
.TagClassName
{
border-color: #5C306D;
}
</style>