Shades of Honey Flower #5C316C
Tints of Honey Flower #5C316C
RGB
CMYK
RGB Variations
Color information
#5C316C (or 0x5C316C) is known color: Honey Flower. HEX triplet: 5C, 31 and 6C. RGB value is (92,49,108). Sum of RGB (Red+Green+Blue) = 92+49+108=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C316C is #A3CE93. Grayscale: #444444. Windows color (decimal): -10735252 or 7090524. OLE color: 7090524.
HSL color Cylindrical-coordinate representation of color #5C316C: hue angle of 283.73º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C316C is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 49 | 108 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.58 |
| HSL | 283.73º | 0.38% | 0.31% | - |
| HSV(B) | 283.73º | 0.55% | 0.42% | - |
| XYZ | 8.22 | 5.55 | 14.83 | - |
| YUV | 68.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 108 | 0.15 | 0.55 | 0 | 0.58 | 283.73 | 0.38 | 0.31 |
| Hex | 5C | 31 | 6C | F | 37 | 0 | 3A | 11C | 26 | 1F |
| Octal | 134 | 61 | 154 | 17 | 67 | 0 | 72 | 434 | 46 | 37 |
| Binary | 1011100 | 110001 | 1101100 | 1111 | 110111 | 0 | 111010 | 100011100 | 100110 | 11111 |
Color Harmonies of #5C316C
Complementary color
Monochromatic Colors of #5C316C
Black with #5C316C
Text Example
Text Example
White with #5C316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C316C; }
p { color: rgb(92,49,108); }
H1.HeaderClassName
{
color: #5C316C;
}
.AnyTagClassName
{
color: #5C316C;
}
</style>
background-color css
<style>
a { background-color: #5C316C; }
a { background-color: rgb(92,49,108); }
div.DivClassName
{
background-color: #5C316C;
}
.BgClassName
{
background-color: #5C316C;
}
</style>
border-color css
<style>
span { border-color: #5C316C; }
span { border-color: rgb(92,49,108); }
td.TdClassName
{
border-color: #5C316C;
}
.TagClassName
{
border-color: #5C316C;
}
</style>