Shades of Honey Flower #5C466C
Tints of Honey Flower #5C466C
RGB
CMYK
RGB Variations
Color information
#5C466C (or 0x5C466C) is known color: Honey Flower. HEX triplet: 5C, 46 and 6C. RGB value is (92,70,108). Sum of RGB (Red+Green+Blue) = 92+70+108=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C466C is #A3B993. Grayscale: #505050. Windows color (decimal): -10729876 or 7095900. OLE color: 7095900.
HSL color Cylindrical-coordinate representation of color #5C466C: hue angle of 274.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C466C is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 70 | 108 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.58 |
| HSL | 274.74º | 0.21% | 0.35% | - |
| HSV(B) | 274.74º | 0.35% | 0.42% | - |
| XYZ | 9.31 | 7.74 | 15.19 | - |
| YUV | 80.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 108 | 0.15 | 0.35 | 0 | 0.58 | 274.74 | 0.21 | 0.35 |
| Hex | 5C | 46 | 6C | F | 23 | 0 | 3A | 113 | 15 | 23 |
| Octal | 134 | 106 | 154 | 17 | 43 | 0 | 72 | 423 | 25 | 43 |
| Binary | 1011100 | 1000110 | 1101100 | 1111 | 100011 | 0 | 111010 | 100010011 | 10101 | 100011 |
Color Harmonies of #5C466C
Complementary color
Monochromatic Colors of #5C466C
Black with #5C466C
Text Example
Text Example
White with #5C466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C466C; }
p { color: rgb(92,70,108); }
H1.HeaderClassName
{
color: #5C466C;
}
.AnyTagClassName
{
color: #5C466C;
}
</style>
background-color css
<style>
a { background-color: #5C466C; }
a { background-color: rgb(92,70,108); }
div.DivClassName
{
background-color: #5C466C;
}
.BgClassName
{
background-color: #5C466C;
}
</style>
border-color css
<style>
span { border-color: #5C466C; }
span { border-color: rgb(92,70,108); }
td.TdClassName
{
border-color: #5C466C;
}
.TagClassName
{
border-color: #5C466C;
}
</style>