Shades of Honey Flower #53396B
Tints of Honey Flower #53396B
RGB
CMYK
RGB Variations
Color information
#53396B (or 0x53396B) is known color: Honey Flower. HEX triplet: 53, 39 and 6B. RGB value is (83,57,107). Sum of RGB (Red+Green+Blue) = 83+57+107=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #53396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53396B is #ACC694. Grayscale: #464646. Windows color (decimal): -11323029 or 7027027. OLE color: 7027027.
HSL color Cylindrical-coordinate representation of color #53396B: hue angle of 271.2º degrees, saturation: 0.3, 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 #53396B is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 57 | 107 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.58 |
| HSL | 271.2º | 0.3% | 0.32% | - |
| HSV(B) | 271.2º | 0.47% | 0.42% | - |
| XYZ | 7.68 | 5.83 | 14.63 | - |
| YUV | 70.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 107 | 0.22 | 0.47 | 0 | 0.58 | 271.2 | 0.3 | 0.32 |
| Hex | 53 | 39 | 6B | 16 | 2F | 0 | 3A | 10F | 1E | 20 |
| Octal | 123 | 71 | 153 | 26 | 57 | 0 | 72 | 417 | 36 | 40 |
| Binary | 1010011 | 111001 | 1101011 | 10110 | 101111 | 0 | 111010 | 100001111 | 11110 | 100000 |
Color Harmonies of #53396B
Complementary color
Monochromatic Colors of #53396B
Black with #53396B
Text Example
Text Example
White with #53396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53396B; }
p { color: rgb(83,57,107); }
H1.HeaderClassName
{
color: #53396B;
}
.AnyTagClassName
{
color: #53396B;
}
</style>
background-color css
<style>
a { background-color: #53396B; }
a { background-color: rgb(83,57,107); }
div.DivClassName
{
background-color: #53396B;
}
.BgClassName
{
background-color: #53396B;
}
</style>
border-color css
<style>
span { border-color: #53396B; }
span { border-color: rgb(83,57,107); }
td.TdClassName
{
border-color: #53396B;
}
.TagClassName
{
border-color: #53396B;
}
</style>