Shades of Honey Flower #533C68
Tints of Honey Flower #533C68
RGB
CMYK
RGB Variations
Color information
#533C68 (or 0x533C68) is known color: Honey Flower. HEX triplet: 53, 3C and 68. RGB value is (83,60,104). Sum of RGB (Red+Green+Blue) = 83+60+104=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #533C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C68 is #ACC397. Grayscale: #474747. Windows color (decimal): -11322264 or 6831187. OLE color: 6831187.
HSL color Cylindrical-coordinate representation of color #533C68: hue angle of 271.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533C68 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 60 | 104 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.59 |
| HSL | 271.36º | 0.27% | 0.32% | - |
| HSV(B) | 271.36º | 0.42% | 0.41% | - |
| XYZ | 7.68 | 6.07 | 13.86 | - |
| YUV | 71.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 104 | 0.20 | 0.42 | 0 | 0.59 | 271.36 | 0.27 | 0.32 |
| Hex | 53 | 3C | 68 | 14 | 2A | 0 | 3B | 10F | 1B | 20 |
| Octal | 123 | 74 | 150 | 24 | 52 | 0 | 73 | 417 | 33 | 40 |
| Binary | 1010011 | 111100 | 1101000 | 10100 | 101010 | 0 | 111011 | 100001111 | 11011 | 100000 |
Color Harmonies of #533C68
Complementary color
Monochromatic Colors of #533C68
Black with #533C68
Text Example
Text Example
White with #533C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C68; }
p { color: rgb(83,60,104); }
H1.HeaderClassName
{
color: #533C68;
}
.AnyTagClassName
{
color: #533C68;
}
</style>
background-color css
<style>
a { background-color: #533C68; }
a { background-color: rgb(83,60,104); }
div.DivClassName
{
background-color: #533C68;
}
.BgClassName
{
background-color: #533C68;
}
</style>
border-color css
<style>
span { border-color: #533C68; }
span { border-color: rgb(83,60,104); }
td.TdClassName
{
border-color: #533C68;
}
.TagClassName
{
border-color: #533C68;
}
</style>