Shades of Honey Flower #53396A
Tints of Honey Flower #53396A
RGB
CMYK
RGB Variations
Color information
#53396A (or 0x53396A) is known color: Honey Flower. HEX triplet: 53, 39 and 6A. RGB value is (83,57,106). Sum of RGB (Red+Green+Blue) = 83+57+106=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #53396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53396A is #ACC695. Grayscale: #464646. Windows color (decimal): -11323030 or 6961491. OLE color: 6961491.
HSL color Cylindrical-coordinate representation of color #53396A: hue angle of 271.84º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53396A is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 57 | 106 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.58 |
| HSL | 271.84º | 0.3% | 0.32% | - |
| HSV(B) | 271.84º | 0.46% | 0.42% | - |
| XYZ | 7.63 | 5.81 | 14.35 | - |
| YUV | 70.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 106 | 0.22 | 0.46 | 0 | 0.58 | 271.84 | 0.3 | 0.32 |
| Hex | 53 | 39 | 6A | 16 | 2E | 0 | 3A | 110 | 1E | 20 |
| Octal | 123 | 71 | 152 | 26 | 56 | 0 | 72 | 420 | 36 | 40 |
| Binary | 1010011 | 111001 | 1101010 | 10110 | 101110 | 0 | 111010 | 100010000 | 11110 | 100000 |
Color Harmonies of #53396A
Complementary color
Monochromatic Colors of #53396A
Black with #53396A
Text Example
Text Example
White with #53396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53396A; }
p { color: rgb(83,57,106); }
H1.HeaderClassName
{
color: #53396A;
}
.AnyTagClassName
{
color: #53396A;
}
</style>
background-color css
<style>
a { background-color: #53396A; }
a { background-color: rgb(83,57,106); }
div.DivClassName
{
background-color: #53396A;
}
.BgClassName
{
background-color: #53396A;
}
</style>
border-color css
<style>
span { border-color: #53396A; }
span { border-color: rgb(83,57,106); }
td.TdClassName
{
border-color: #53396A;
}
.TagClassName
{
border-color: #53396A;
}
</style>