Shades of Honey Flower #53405B
Tints of Honey Flower #53405B
RGB
CMYK
RGB Variations
Color information
#53405B (or 0x53405B) is known color: Honey Flower. HEX triplet: 53, 40 and 5B. RGB value is (83,64,91). Sum of RGB (Red+Green+Blue) = 83+64+91=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #53405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405B is #ACBFA4. Grayscale: #484848. Windows color (decimal): -11321253 or 5980243. OLE color: 5980243.
HSL color Cylindrical-coordinate representation of color #53405B: hue angle of 282.22º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53405B is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 64 | 91 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.64 |
| HSL | 282.22º | 0.17% | 0.3% | - |
| HSV(B) | 282.22º | 0.3% | 0.36% | - |
| XYZ | 7.29 | 6.26 | 10.72 | - |
| YUV | 72.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 91 | 0.09 | 0.30 | 0 | 0.64 | 282.22 | 0.17 | 0.3 |
| Hex | 53 | 40 | 5B | 9 | 1E | 0 | 40 | 11A | 11 | 1E |
| Octal | 123 | 100 | 133 | 11 | 36 | 0 | 100 | 432 | 21 | 36 |
| Binary | 1010011 | 1000000 | 1011011 | 1001 | 11110 | 0 | 1000000 | 100011010 | 10001 | 11110 |
Color Harmonies of #53405B
Complementary color
Monochromatic Colors of #53405B
Black with #53405B
Text Example
Text Example
White with #53405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53405B; }
p { color: rgb(83,64,91); }
H1.HeaderClassName
{
color: #53405B;
}
.AnyTagClassName
{
color: #53405B;
}
</style>
background-color css
<style>
a { background-color: #53405B; }
a { background-color: rgb(83,64,91); }
div.DivClassName
{
background-color: #53405B;
}
.BgClassName
{
background-color: #53405B;
}
</style>
border-color css
<style>
span { border-color: #53405B; }
span { border-color: rgb(83,64,91); }
td.TdClassName
{
border-color: #53405B;
}
.TagClassName
{
border-color: #53405B;
}
</style>