Shades of Honey Flower #5C4273
Tints of Honey Flower #5C4273
RGB
CMYK
RGB Variations
Color information
#5C4273 (or 0x5C4273) is known color: Honey Flower. HEX triplet: 5C, 42 and 73. RGB value is (92,66,115). Sum of RGB (Red+Green+Blue) = 92+66+115=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4273 is #A3BD8C. Grayscale: #4F4F4F. Windows color (decimal): -10730893 or 7553628. OLE color: 7553628.
HSL color Cylindrical-coordinate representation of color #5C4273: hue angle of 271.84º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C4273 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 66 | 115 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.55 |
| HSL | 271.84º | 0.27% | 0.35% | - |
| HSV(B) | 271.84º | 0.43% | 0.45% | - |
| XYZ | 9.46 | 7.41 | 17.15 | - |
| YUV | 79.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 115 | 0.20 | 0.43 | 0 | 0.55 | 271.84 | 0.27 | 0.35 |
| Hex | 5C | 42 | 73 | 14 | 2B | 0 | 37 | 110 | 1B | 23 |
| Octal | 134 | 102 | 163 | 24 | 53 | 0 | 67 | 420 | 33 | 43 |
| Binary | 1011100 | 1000010 | 1110011 | 10100 | 101011 | 0 | 110111 | 100010000 | 11011 | 100011 |
Color Harmonies of #5C4273
Complementary color
Monochromatic Colors of #5C4273
Black with #5C4273
Text Example
Text Example
White with #5C4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4273; }
p { color: rgb(92,66,115); }
H1.HeaderClassName
{
color: #5C4273;
}
.AnyTagClassName
{
color: #5C4273;
}
</style>
background-color css
<style>
a { background-color: #5C4273; }
a { background-color: rgb(92,66,115); }
div.DivClassName
{
background-color: #5C4273;
}
.BgClassName
{
background-color: #5C4273;
}
</style>
border-color css
<style>
span { border-color: #5C4273; }
span { border-color: rgb(92,66,115); }
td.TdClassName
{
border-color: #5C4273;
}
.TagClassName
{
border-color: #5C4273;
}
</style>