Shades of Daisy Bush #53338B
Tints of Daisy Bush #53338B
RGB
CMYK
RGB Variations
Color information
#53338B (or 0x53338B) is known color: Daisy Bush. HEX triplet: 53, 33 and 8B. RGB value is (83,51,139). Sum of RGB (Red+Green+Blue) = 83+51+139=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #53338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53338B is #ACCC74. Grayscale: #464646. Windows color (decimal): -11324533 or 9122643. OLE color: 9122643.
HSL color Cylindrical-coordinate representation of color #53338B: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53338B is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 51 | 139 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.45 |
| HSL | 261.82º | 0.46% | 0.37% | - |
| HSV(B) | 261.82º | 0.63% | 0.55% | - |
| XYZ | 9.41 | 6.07 | 25.1 | - |
| YUV | 70.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 139 | 0.40 | 0.63 | 0 | 0.45 | 261.82 | 0.46 | 0.37 |
| Hex | 53 | 33 | 8B | 28 | 3F | 0 | 2D | 106 | 2E | 25 |
| Octal | 123 | 63 | 213 | 50 | 77 | 0 | 55 | 406 | 56 | 45 |
| Binary | 1010011 | 110011 | 10001011 | 101000 | 111111 | 0 | 101101 | 100000110 | 101110 | 100101 |
Color Harmonies of #53338B
Complementary color
Monochromatic Colors of #53338B
Black with #53338B
Text Example
Text Example
White with #53338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53338B; }
p { color: rgb(83,51,139); }
H1.HeaderClassName
{
color: #53338B;
}
.AnyTagClassName
{
color: #53338B;
}
</style>
background-color css
<style>
a { background-color: #53338B; }
a { background-color: rgb(83,51,139); }
div.DivClassName
{
background-color: #53338B;
}
.BgClassName
{
background-color: #53338B;
}
</style>
border-color css
<style>
span { border-color: #53338B; }
span { border-color: rgb(83,51,139); }
td.TdClassName
{
border-color: #53338B;
}
.TagClassName
{
border-color: #53338B;
}
</style>