Shades of Honey Flower #5C4A6C
Tints of Honey Flower #5C4A6C
RGB
CMYK
RGB Variations
Color information
#5C4A6C (or 0x5C4A6C) is known color: Honey Flower. HEX triplet: 5C, 4A and 6C. RGB value is (92,74,108). Sum of RGB (Red+Green+Blue) = 92+74+108=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C4A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4A6C is #A3B593. Grayscale: #535353. Windows color (decimal): -10728852 or 7096924. OLE color: 7096924.
HSL color Cylindrical-coordinate representation of color #5C4A6C: hue angle of 271.76º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C4A6C is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 74 | 108 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.58 |
| HSL | 271.76º | 0.19% | 0.36% | - |
| HSV(B) | 271.76º | 0.31% | 0.42% | - |
| XYZ | 9.57 | 8.26 | 15.28 | - |
| YUV | 83.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 108 | 0.15 | 0.31 | 0 | 0.58 | 271.76 | 0.19 | 0.36 |
| Hex | 5C | 4A | 6C | F | 1F | 0 | 3A | 110 | 13 | 24 |
| Octal | 134 | 112 | 154 | 17 | 37 | 0 | 72 | 420 | 23 | 44 |
| Binary | 1011100 | 1001010 | 1101100 | 1111 | 11111 | 0 | 111010 | 100010000 | 10011 | 100100 |
Color Harmonies of #5C4A6C
Complementary color
Monochromatic Colors of #5C4A6C
Black with #5C4A6C
Text Example
Text Example
White with #5C4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A6C; }
p { color: rgb(92,74,108); }
H1.HeaderClassName
{
color: #5C4A6C;
}
.AnyTagClassName
{
color: #5C4A6C;
}
</style>
background-color css
<style>
a { background-color: #5C4A6C; }
a { background-color: rgb(92,74,108); }
div.DivClassName
{
background-color: #5C4A6C;
}
.BgClassName
{
background-color: #5C4A6C;
}
</style>
border-color css
<style>
span { border-color: #5C4A6C; }
span { border-color: rgb(92,74,108); }
td.TdClassName
{
border-color: #5C4A6C;
}
.TagClassName
{
border-color: #5C4A6C;
}
</style>