Shades of Honey Flower #5C3272
Tints of Honey Flower #5C3272
RGB
CMYK
RGB Variations
Color information
#5C3272 (or 0x5C3272) is known color: Honey Flower. HEX triplet: 5C, 32 and 72. RGB value is (92,50,114). Sum of RGB (Red+Green+Blue) = 92+50+114=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C3272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3272 is #A3CD8D. Grayscale: #454545. Windows color (decimal): -10734990 or 7483996. OLE color: 7483996.
HSL color Cylindrical-coordinate representation of color #5C3272: hue angle of 279.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C3272 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 50 | 114 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.55 |
| HSL | 279.38º | 0.39% | 0.32% | - |
| HSV(B) | 279.38º | 0.56% | 0.45% | - |
| XYZ | 8.59 | 5.77 | 16.58 | - |
| YUV | 69.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 114 | 0.19 | 0.56 | 0 | 0.55 | 279.38 | 0.39 | 0.32 |
| Hex | 5C | 32 | 72 | 13 | 38 | 0 | 37 | 117 | 27 | 20 |
| Octal | 134 | 62 | 162 | 23 | 70 | 0 | 67 | 427 | 47 | 40 |
| Binary | 1011100 | 110010 | 1110010 | 10011 | 111000 | 0 | 110111 | 100010111 | 100111 | 100000 |
Color Harmonies of #5C3272
Complementary color
Monochromatic Colors of #5C3272
Black with #5C3272
Text Example
Text Example
White with #5C3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3272; }
p { color: rgb(92,50,114); }
H1.HeaderClassName
{
color: #5C3272;
}
.AnyTagClassName
{
color: #5C3272;
}
</style>
background-color css
<style>
a { background-color: #5C3272; }
a { background-color: rgb(92,50,114); }
div.DivClassName
{
background-color: #5C3272;
}
.BgClassName
{
background-color: #5C3272;
}
</style>
border-color css
<style>
span { border-color: #5C3272; }
span { border-color: rgb(92,50,114); }
td.TdClassName
{
border-color: #5C3272;
}
.TagClassName
{
border-color: #5C3272;
}
</style>