Shades of Honey Flower #5C356A
Tints of Honey Flower #5C356A
RGB
CMYK
RGB Variations
Color information
#5C356A (or 0x5C356A) is known color: Honey Flower. HEX triplet: 5C, 35 and 6A. RGB value is (92,53,106). Sum of RGB (Red+Green+Blue) = 92+53+106=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C356A is #A3CA95. Grayscale: #464646. Windows color (decimal): -10734230 or 6960476. OLE color: 6960476.
HSL color Cylindrical-coordinate representation of color #5C356A: hue angle of 284.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C356A is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 53 | 106 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.58 |
| HSL | 284.15º | 0.33% | 0.31% | - |
| HSV(B) | 284.15º | 0.5% | 0.42% | - |
| XYZ | 8.29 | 5.86 | 14.33 | - |
| YUV | 70.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 106 | 0.13 | 0.5 | 0 | 0.58 | 284.15 | 0.33 | 0.31 |
| Hex | 5C | 35 | 6A | D | 32 | 0 | 3A | 11C | 21 | 1F |
| Octal | 134 | 65 | 152 | 15 | 62 | 0 | 72 | 434 | 41 | 37 |
| Binary | 1011100 | 110101 | 1101010 | 1101 | 110010 | 0 | 111010 | 100011100 | 100001 | 11111 |
Color Harmonies of #5C356A
Complementary color
Monochromatic Colors of #5C356A
Black with #5C356A
Text Example
Text Example
White with #5C356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C356A; }
p { color: rgb(92,53,106); }
H1.HeaderClassName
{
color: #5C356A;
}
.AnyTagClassName
{
color: #5C356A;
}
</style>
background-color css
<style>
a { background-color: #5C356A; }
a { background-color: rgb(92,53,106); }
div.DivClassName
{
background-color: #5C356A;
}
.BgClassName
{
background-color: #5C356A;
}
</style>
border-color css
<style>
span { border-color: #5C356A; }
span { border-color: rgb(92,53,106); }
td.TdClassName
{
border-color: #5C356A;
}
.TagClassName
{
border-color: #5C356A;
}
</style>