Shades of Honey Flower #53435E
Tints of Honey Flower #53435E
RGB
CMYK
RGB Variations
Color information
#53435E (or 0x53435E) is known color: Honey Flower. HEX triplet: 53, 43 and 5E. RGB value is (83,67,94). Sum of RGB (Red+Green+Blue) = 83+67+94=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #53435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435E is #ACBCA1. Grayscale: #4A4A4A. Windows color (decimal): -11320482 or 6177619. OLE color: 6177619.
HSL color Cylindrical-coordinate representation of color #53435E: hue angle of 275.56º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53435E is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 67 | 94 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.63 |
| HSL | 275.56º | 0.17% | 0.32% | - |
| HSV(B) | 275.56º | 0.29% | 0.37% | - |
| XYZ | 7.59 | 6.66 | 11.48 | - |
| YUV | 74.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 94 | 0.12 | 0.29 | 0 | 0.63 | 275.56 | 0.17 | 0.32 |
| Hex | 53 | 43 | 5E | C | 1D | 0 | 3F | 114 | 11 | 20 |
| Octal | 123 | 103 | 136 | 14 | 35 | 0 | 77 | 424 | 21 | 40 |
| Binary | 1010011 | 1000011 | 1011110 | 1100 | 11101 | 0 | 111111 | 100010100 | 10001 | 100000 |
Color Harmonies of #53435E
Complementary color
Monochromatic Colors of #53435E
Black with #53435E
Text Example
Text Example
White with #53435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53435E; }
p { color: rgb(83,67,94); }
H1.HeaderClassName
{
color: #53435E;
}
.AnyTagClassName
{
color: #53435E;
}
</style>
background-color css
<style>
a { background-color: #53435E; }
a { background-color: rgb(83,67,94); }
div.DivClassName
{
background-color: #53435E;
}
.BgClassName
{
background-color: #53435E;
}
</style>
border-color css
<style>
span { border-color: #53435E; }
span { border-color: rgb(83,67,94); }
td.TdClassName
{
border-color: #53435E;
}
.TagClassName
{
border-color: #53435E;
}
</style>