Shades of Honey Flower #533C6A
Tints of Honey Flower #533C6A
RGB
CMYK
RGB Variations
Color information
#533C6A (or 0x533C6A) is known color: Honey Flower. HEX triplet: 53, 3C and 6A. RGB value is (83,60,106). Sum of RGB (Red+Green+Blue) = 83+60+106=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #533C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C6A is #ACC395. Grayscale: #474747. Windows color (decimal): -11322262 or 6962259. OLE color: 6962259.
HSL color Cylindrical-coordinate representation of color #533C6A: hue angle of 270º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #533C6A is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 60 | 106 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.58 |
| HSL | 270º | 0.28% | 0.33% | - |
| HSV(B) | 270º | 0.43% | 0.42% | - |
| XYZ | 7.78 | 6.11 | 14.4 | - |
| YUV | 72.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 106 | 0.22 | 0.43 | 0 | 0.58 | 270 | 0.28 | 0.33 |
| Hex | 53 | 3C | 6A | 16 | 2B | 0 | 3A | 10E | 1C | 21 |
| Octal | 123 | 74 | 152 | 26 | 53 | 0 | 72 | 416 | 34 | 41 |
| Binary | 1010011 | 111100 | 1101010 | 10110 | 101011 | 0 | 111010 | 100001110 | 11100 | 100001 |
Color Harmonies of #533C6A
Complementary color
Monochromatic Colors of #533C6A
Black with #533C6A
Text Example
Text Example
White with #533C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C6A; }
p { color: rgb(83,60,106); }
H1.HeaderClassName
{
color: #533C6A;
}
.AnyTagClassName
{
color: #533C6A;
}
</style>
background-color css
<style>
a { background-color: #533C6A; }
a { background-color: rgb(83,60,106); }
div.DivClassName
{
background-color: #533C6A;
}
.BgClassName
{
background-color: #533C6A;
}
</style>
border-color css
<style>
span { border-color: #533C6A; }
span { border-color: rgb(83,60,106); }
td.TdClassName
{
border-color: #533C6A;
}
.TagClassName
{
border-color: #533C6A;
}
</style>