Shades of Honey Flower #53405E
Tints of Honey Flower #53405E
RGB
CMYK
RGB Variations
Color information
#53405E (or 0x53405E) is known color: Honey Flower. HEX triplet: 53, 40 and 5E. RGB value is (83,64,94). Sum of RGB (Red+Green+Blue) = 83+64+94=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #53405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405E is #ACBFA1. Grayscale: #494949. Windows color (decimal): -11321250 or 6176851. OLE color: 6176851.
HSL color Cylindrical-coordinate representation of color #53405E: hue angle of 278º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53405E is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 64 | 94 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.63 |
| HSL | 278º | 0.19% | 0.31% | - |
| HSV(B) | 278º | 0.32% | 0.37% | - |
| XYZ | 7.42 | 6.31 | 11.42 | - |
| YUV | 73.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 94 | 0.12 | 0.32 | 0 | 0.63 | 278 | 0.19 | 0.31 |
| Hex | 53 | 40 | 5E | C | 20 | 0 | 3F | 116 | 13 | 1F |
| Octal | 123 | 100 | 136 | 14 | 40 | 0 | 77 | 426 | 23 | 37 |
| Binary | 1010011 | 1000000 | 1011110 | 1100 | 100000 | 0 | 111111 | 100010110 | 10011 | 11111 |
Color Harmonies of #53405E
Complementary color
Monochromatic Colors of #53405E
Black with #53405E
Text Example
Text Example
White with #53405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53405E; }
p { color: rgb(83,64,94); }
H1.HeaderClassName
{
color: #53405E;
}
.AnyTagClassName
{
color: #53405E;
}
</style>
background-color css
<style>
a { background-color: #53405E; }
a { background-color: rgb(83,64,94); }
div.DivClassName
{
background-color: #53405E;
}
.BgClassName
{
background-color: #53405E;
}
</style>
border-color css
<style>
span { border-color: #53405E; }
span { border-color: rgb(83,64,94); }
td.TdClassName
{
border-color: #53405E;
}
.TagClassName
{
border-color: #53405E;
}
</style>