Shades of Honey Flower #533A67
Tints of Honey Flower #533A67
RGB
CMYK
RGB Variations
Color information
#533A67 (or 0x533A67) is known color: Honey Flower. HEX triplet: 53, 3A and 67. RGB value is (83,58,103). Sum of RGB (Red+Green+Blue) = 83+58+103=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #533A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A67 is #ACC598. Grayscale: #464646. Windows color (decimal): -11322777 or 6765139. OLE color: 6765139.
HSL color Cylindrical-coordinate representation of color #533A67: hue angle of 273.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #533A67 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 58 | 103 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.60 |
| HSL | 273.33º | 0.28% | 0.32% | - |
| HSV(B) | 273.33º | 0.44% | 0.4% | - |
| XYZ | 7.53 | 5.84 | 13.56 | - |
| YUV | 70.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 103 | 0.19 | 0.44 | 0 | 0.60 | 273.33 | 0.28 | 0.32 |
| Hex | 53 | 3A | 67 | 13 | 2C | 0 | 3C | 111 | 1C | 20 |
| Octal | 123 | 72 | 147 | 23 | 54 | 0 | 74 | 421 | 34 | 40 |
| Binary | 1010011 | 111010 | 1100111 | 10011 | 101100 | 0 | 111100 | 100010001 | 11100 | 100000 |
Color Harmonies of #533A67
Complementary color
Monochromatic Colors of #533A67
Black with #533A67
Text Example
Text Example
White with #533A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A67; }
p { color: rgb(83,58,103); }
H1.HeaderClassName
{
color: #533A67;
}
.AnyTagClassName
{
color: #533A67;
}
</style>
background-color css
<style>
a { background-color: #533A67; }
a { background-color: rgb(83,58,103); }
div.DivClassName
{
background-color: #533A67;
}
.BgClassName
{
background-color: #533A67;
}
</style>
border-color css
<style>
span { border-color: #533A67; }
span { border-color: rgb(83,58,103); }
td.TdClassName
{
border-color: #533A67;
}
.TagClassName
{
border-color: #533A67;
}
</style>