Shades of Honey Flower #53356B
Tints of Honey Flower #53356B
RGB
CMYK
RGB Variations
Color information
#53356B (or 0x53356B) is known color: Honey Flower. HEX triplet: 53, 35 and 6B. RGB value is (83,53,107). Sum of RGB (Red+Green+Blue) = 83+53+107=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #53356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53356B is #ACCA94. Grayscale: #434343. Windows color (decimal): -11324053 or 7026003. OLE color: 7026003.
HSL color Cylindrical-coordinate representation of color #53356B: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53356B is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 53 | 107 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.58 |
| HSL | 273.33º | 0.34% | 0.31% | - |
| HSV(B) | 273.33º | 0.5% | 0.42% | - |
| XYZ | 7.49 | 5.45 | 14.57 | - |
| YUV | 68.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 107 | 0.22 | 0.50 | 0 | 0.58 | 273.33 | 0.34 | 0.31 |
| Hex | 53 | 35 | 6B | 16 | 32 | 0 | 3A | 111 | 22 | 1F |
| Octal | 123 | 65 | 153 | 26 | 62 | 0 | 72 | 421 | 42 | 37 |
| Binary | 1010011 | 110101 | 1101011 | 10110 | 110010 | 0 | 111010 | 100010001 | 100010 | 11111 |
Color Harmonies of #53356B
Complementary color
Monochromatic Colors of #53356B
Black with #53356B
Text Example
Text Example
White with #53356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53356B; }
p { color: rgb(83,53,107); }
H1.HeaderClassName
{
color: #53356B;
}
.AnyTagClassName
{
color: #53356B;
}
</style>
background-color css
<style>
a { background-color: #53356B; }
a { background-color: rgb(83,53,107); }
div.DivClassName
{
background-color: #53356B;
}
.BgClassName
{
background-color: #53356B;
}
</style>
border-color css
<style>
span { border-color: #53356B; }
span { border-color: rgb(83,53,107); }
td.TdClassName
{
border-color: #53356B;
}
.TagClassName
{
border-color: #53356B;
}
</style>