Shades of Honey Flower #53435B
Tints of Honey Flower #53435B
RGB
CMYK
RGB Variations
Color information
#53435B (or 0x53435B) is known color: Honey Flower. HEX triplet: 53, 43 and 5B. RGB value is (83,67,91). Sum of RGB (Red+Green+Blue) = 83+67+91=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #53435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435B is #ACBCA4. Grayscale: #4A4A4A. Windows color (decimal): -11320485 or 5981011. OLE color: 5981011.
HSL color Cylindrical-coordinate representation of color #53435B: hue angle of 280º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53435B is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 67 | 91 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.64 |
| HSL | 280º | 0.15% | 0.31% | - |
| HSV(B) | 280º | 0.26% | 0.36% | - |
| XYZ | 7.46 | 6.61 | 10.78 | - |
| YUV | 74.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 91 | 0.09 | 0.26 | 0 | 0.64 | 280 | 0.15 | 0.31 |
| Hex | 53 | 43 | 5B | 9 | 1A | 0 | 40 | 118 | F | 1F |
| Octal | 123 | 103 | 133 | 11 | 32 | 0 | 100 | 430 | 17 | 37 |
| Binary | 1010011 | 1000011 | 1011011 | 1001 | 11010 | 0 | 1000000 | 100011000 | 1111 | 11111 |
Color Harmonies of #53435B
Complementary color
Monochromatic Colors of #53435B
Black with #53435B
Text Example
Text Example
White with #53435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53435B; }
p { color: rgb(83,67,91); }
H1.HeaderClassName
{
color: #53435B;
}
.AnyTagClassName
{
color: #53435B;
}
</style>
background-color css
<style>
a { background-color: #53435B; }
a { background-color: rgb(83,67,91); }
div.DivClassName
{
background-color: #53435B;
}
.BgClassName
{
background-color: #53435B;
}
</style>
border-color css
<style>
span { border-color: #53435B; }
span { border-color: rgb(83,67,91); }
td.TdClassName
{
border-color: #53435B;
}
.TagClassName
{
border-color: #53435B;
}
</style>