Shades of Honey Flower #53435C
Tints of Honey Flower #53435C
RGB
CMYK
RGB Variations
Color information
#53435C (or 0x53435C) is known color: Honey Flower. HEX triplet: 53, 43 and 5C. RGB value is (83,67,92). Sum of RGB (Red+Green+Blue) = 83+67+92=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #53435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435C is #ACBCA3. Grayscale: #4A4A4A. Windows color (decimal): -11320484 or 6046547. OLE color: 6046547.
HSL color Cylindrical-coordinate representation of color #53435C: hue angle of 278.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53435C is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 67 | 92 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.64 |
| HSL | 278.4º | 0.16% | 0.31% | - |
| HSV(B) | 278.4º | 0.27% | 0.36% | - |
| XYZ | 7.51 | 6.63 | 11.01 | - |
| YUV | 74.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 92 | 0.10 | 0.27 | 0 | 0.64 | 278.4 | 0.16 | 0.31 |
| Hex | 53 | 43 | 5C | A | 1B | 0 | 40 | 116 | 10 | 1F |
| Octal | 123 | 103 | 134 | 12 | 33 | 0 | 100 | 426 | 20 | 37 |
| Binary | 1010011 | 1000011 | 1011100 | 1010 | 11011 | 0 | 1000000 | 100010110 | 10000 | 11111 |
Color Harmonies of #53435C
Complementary color
Monochromatic Colors of #53435C
Black with #53435C
Text Example
Text Example
White with #53435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53435C; }
p { color: rgb(83,67,92); }
H1.HeaderClassName
{
color: #53435C;
}
.AnyTagClassName
{
color: #53435C;
}
</style>
background-color css
<style>
a { background-color: #53435C; }
a { background-color: rgb(83,67,92); }
div.DivClassName
{
background-color: #53435C;
}
.BgClassName
{
background-color: #53435C;
}
</style>
border-color css
<style>
span { border-color: #53435C; }
span { border-color: rgb(83,67,92); }
td.TdClassName
{
border-color: #53435C;
}
.TagClassName
{
border-color: #53435C;
}
</style>