Shades of Daisy Bush #533A8A
Tints of Daisy Bush #533A8A
RGB
CMYK
RGB Variations
Color information
#533A8A (or 0x533A8A) is known color: Daisy Bush. HEX triplet: 53, 3A and 8A. RGB value is (83,58,138). Sum of RGB (Red+Green+Blue) = 83+58+138=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #533A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533A8A is #ACC575. Grayscale: #4A4A4A. Windows color (decimal): -11322742 or 9058899. OLE color: 9058899.
HSL color Cylindrical-coordinate representation of color #533A8A: hue angle of 258.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533A8A is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 58 | 138 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.46 |
| HSL | 258.75º | 0.41% | 0.38% | - |
| HSV(B) | 258.75º | 0.58% | 0.54% | - |
| XYZ | 9.67 | 6.7 | 24.83 | - |
| YUV | 74.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 138 | 0.40 | 0.58 | 0 | 0.46 | 258.75 | 0.41 | 0.38 |
| Hex | 53 | 3A | 8A | 28 | 3A | 0 | 2E | 103 | 29 | 26 |
| Octal | 123 | 72 | 212 | 50 | 72 | 0 | 56 | 403 | 51 | 46 |
| Binary | 1010011 | 111010 | 10001010 | 101000 | 111010 | 0 | 101110 | 100000011 | 101001 | 100110 |
Color Harmonies of #533A8A
Complementary color
Monochromatic Colors of #533A8A
Black with #533A8A
Text Example
Text Example
White with #533A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A8A; }
p { color: rgb(83,58,138); }
H1.HeaderClassName
{
color: #533A8A;
}
.AnyTagClassName
{
color: #533A8A;
}
</style>
background-color css
<style>
a { background-color: #533A8A; }
a { background-color: rgb(83,58,138); }
div.DivClassName
{
background-color: #533A8A;
}
.BgClassName
{
background-color: #533A8A;
}
</style>
border-color css
<style>
span { border-color: #533A8A; }
span { border-color: rgb(83,58,138); }
td.TdClassName
{
border-color: #533A8A;
}
.TagClassName
{
border-color: #533A8A;
}
</style>