Shades of Daisy Bush #533B99
Tints of Daisy Bush #533B99
RGB
CMYK
RGB Variations
Color information
#533B99 (or 0x533B99) is known color: Daisy Bush. HEX triplet: 53, 3B and 99. RGB value is (83,59,153). Sum of RGB (Red+Green+Blue) = 83+59+153=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #533B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B99 is #ACC466. Grayscale: #4C4C4C. Windows color (decimal): -11322471 or 10042195. OLE color: 10042195.
HSL color Cylindrical-coordinate representation of color #533B99: hue angle of 255.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533B99 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 59 | 153 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.4 |
| HSL | 255.32º | 0.44% | 0.42% | - |
| HSV(B) | 255.32º | 0.61% | 0.6% | - |
| XYZ | 10.88 | 7.27 | 30.97 | - |
| YUV | 76.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 153 | 0.46 | 0.61 | 0 | 0.4 | 255.32 | 0.44 | 0.42 |
| Hex | 53 | 3B | 99 | 2E | 3D | 0 | 28 | FF | 2C | 2A |
| Octal | 123 | 73 | 231 | 56 | 75 | 0 | 50 | 377 | 54 | 52 |
| Binary | 1010011 | 111011 | 10011001 | 101110 | 111101 | 0 | 101000 | 11111111 | 101100 | 101010 |
Color Harmonies of #533B99
Complementary color
Monochromatic Colors of #533B99
Black with #533B99
Text Example
Text Example
White with #533B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B99; }
p { color: rgb(83,59,153); }
H1.HeaderClassName
{
color: #533B99;
}
.AnyTagClassName
{
color: #533B99;
}
</style>
background-color css
<style>
a { background-color: #533B99; }
a { background-color: rgb(83,59,153); }
div.DivClassName
{
background-color: #533B99;
}
.BgClassName
{
background-color: #533B99;
}
</style>
border-color css
<style>
span { border-color: #533B99; }
span { border-color: rgb(83,59,153); }
td.TdClassName
{
border-color: #533B99;
}
.TagClassName
{
border-color: #533B99;
}
</style>