Shades of Honey Flower #53435F
Tints of Honey Flower #53435F
RGB
CMYK
RGB Variations
Color information
#53435F (or 0x53435F) is known color: Honey Flower. HEX triplet: 53, 43 and 5F. RGB value is (83,67,95). Sum of RGB (Red+Green+Blue) = 83+67+95=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #53435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435F is #ACBCA0. Grayscale: #4A4A4A. Windows color (decimal): -11320481 or 6243155. OLE color: 6243155.
HSL color Cylindrical-coordinate representation of color #53435F: hue angle of 274.29º 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 #53435F is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 67 | 95 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.63 |
| HSL | 274.29º | 0.17% | 0.32% | - |
| HSV(B) | 274.29º | 0.29% | 0.37% | - |
| XYZ | 7.64 | 6.68 | 11.71 | - |
| YUV | 74.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 95 | 0.13 | 0.29 | 0 | 0.63 | 274.29 | 0.17 | 0.32 |
| Hex | 53 | 43 | 5F | D | 1D | 0 | 3F | 112 | 11 | 20 |
| Octal | 123 | 103 | 137 | 15 | 35 | 0 | 77 | 422 | 21 | 40 |
| Binary | 1010011 | 1000011 | 1011111 | 1101 | 11101 | 0 | 111111 | 100010010 | 10001 | 100000 |
Color Harmonies of #53435F
Complementary color
Monochromatic Colors of #53435F
Black with #53435F
Text Example
Text Example
White with #53435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53435F; }
p { color: rgb(83,67,95); }
H1.HeaderClassName
{
color: #53435F;
}
.AnyTagClassName
{
color: #53435F;
}
</style>
background-color css
<style>
a { background-color: #53435F; }
a { background-color: rgb(83,67,95); }
div.DivClassName
{
background-color: #53435F;
}
.BgClassName
{
background-color: #53435F;
}
</style>
border-color css
<style>
span { border-color: #53435F; }
span { border-color: rgb(83,67,95); }
td.TdClassName
{
border-color: #53435F;
}
.TagClassName
{
border-color: #53435F;
}
</style>