Shades of Honey Flower #53386A
Tints of Honey Flower #53386A
RGB
CMYK
RGB Variations
Color information
#53386A (or 0x53386A) is known color: Honey Flower. HEX triplet: 53, 38 and 6A. RGB value is (83,56,106). Sum of RGB (Red+Green+Blue) = 83+56+106=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #53386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53386A is #ACC795. Grayscale: #454545. Windows color (decimal): -11323286 or 6961235. OLE color: 6961235.
HSL color Cylindrical-coordinate representation of color #53386A: hue angle of 272.4º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53386A is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 56 | 106 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.58 |
| HSL | 272.4º | 0.31% | 0.32% | - |
| HSV(B) | 272.4º | 0.47% | 0.42% | - |
| XYZ | 7.58 | 5.71 | 14.34 | - |
| YUV | 69.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 106 | 0.22 | 0.47 | 0 | 0.58 | 272.4 | 0.31 | 0.32 |
| Hex | 53 | 38 | 6A | 16 | 2F | 0 | 3A | 110 | 1F | 20 |
| Octal | 123 | 70 | 152 | 26 | 57 | 0 | 72 | 420 | 37 | 40 |
| Binary | 1010011 | 111000 | 1101010 | 10110 | 101111 | 0 | 111010 | 100010000 | 11111 | 100000 |
Color Harmonies of #53386A
Complementary color
Monochromatic Colors of #53386A
Black with #53386A
Text Example
Text Example
White with #53386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53386A; }
p { color: rgb(83,56,106); }
H1.HeaderClassName
{
color: #53386A;
}
.AnyTagClassName
{
color: #53386A;
}
</style>
background-color css
<style>
a { background-color: #53386A; }
a { background-color: rgb(83,56,106); }
div.DivClassName
{
background-color: #53386A;
}
.BgClassName
{
background-color: #53386A;
}
</style>
border-color css
<style>
span { border-color: #53386A; }
span { border-color: rgb(83,56,106); }
td.TdClassName
{
border-color: #53386A;
}
.TagClassName
{
border-color: #53386A;
}
</style>