Shades of Daisy Bush #533A94
Tints of Daisy Bush #533A94
RGB
CMYK
RGB Variations
Color information
#533A94 (or 0x533A94) is known color: Daisy Bush. HEX triplet: 53, 3A and 94. RGB value is (83,58,148). Sum of RGB (Red+Green+Blue) = 83+58+148=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #533A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533A94 is #ACC56B. Grayscale: #4B4B4B. Windows color (decimal): -11322732 or 9714259. OLE color: 9714259.
HSL color Cylindrical-coordinate representation of color #533A94: hue angle of 256.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533A94 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 58 | 148 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.42 |
| HSL | 256.67º | 0.44% | 0.4% | - |
| HSV(B) | 256.67º | 0.61% | 0.58% | - |
| XYZ | 10.43 | 7 | 28.82 | - |
| YUV | 75.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 148 | 0.44 | 0.61 | 0 | 0.42 | 256.67 | 0.44 | 0.4 |
| Hex | 53 | 3A | 94 | 2C | 3D | 0 | 2A | 101 | 2C | 28 |
| Octal | 123 | 72 | 224 | 54 | 75 | 0 | 52 | 401 | 54 | 50 |
| Binary | 1010011 | 111010 | 10010100 | 101100 | 111101 | 0 | 101010 | 100000001 | 101100 | 101000 |
Color Harmonies of #533A94
Complementary color
Monochromatic Colors of #533A94
Black with #533A94
Text Example
Text Example
White with #533A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A94; }
p { color: rgb(83,58,148); }
H1.HeaderClassName
{
color: #533A94;
}
.AnyTagClassName
{
color: #533A94;
}
</style>
background-color css
<style>
a { background-color: #533A94; }
a { background-color: rgb(83,58,148); }
div.DivClassName
{
background-color: #533A94;
}
.BgClassName
{
background-color: #533A94;
}
</style>
border-color css
<style>
span { border-color: #533A94; }
span { border-color: rgb(83,58,148); }
td.TdClassName
{
border-color: #533A94;
}
.TagClassName
{
border-color: #533A94;
}
</style>