Shades of Daisy Bush #53348B
Tints of Daisy Bush #53348B
RGB
CMYK
RGB Variations
Color information
#53348B (or 0x53348B) is known color: Daisy Bush. HEX triplet: 53, 34 and 8B. RGB value is (83,52,139). Sum of RGB (Red+Green+Blue) = 83+52+139=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #53348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53348B is #ACCB74. Grayscale: #464646. Windows color (decimal): -11324277 or 9122899. OLE color: 9122899.
HSL color Cylindrical-coordinate representation of color #53348B: hue angle of 261.38º 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 #53348B is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 52 | 139 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.45 |
| HSL | 261.38º | 0.46% | 0.37% | - |
| HSV(B) | 261.38º | 0.63% | 0.55% | - |
| XYZ | 9.46 | 6.16 | 25.12 | - |
| YUV | 71.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 139 | 0.40 | 0.63 | 0 | 0.45 | 261.38 | 0.46 | 0.37 |
| Hex | 53 | 34 | 8B | 28 | 3F | 0 | 2D | 105 | 2E | 25 |
| Octal | 123 | 64 | 213 | 50 | 77 | 0 | 55 | 405 | 56 | 45 |
| Binary | 1010011 | 110100 | 10001011 | 101000 | 111111 | 0 | 101101 | 100000101 | 101110 | 100101 |
Color Harmonies of #53348B
Complementary color
Monochromatic Colors of #53348B
Black with #53348B
Text Example
Text Example
White with #53348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53348B; }
p { color: rgb(83,52,139); }
H1.HeaderClassName
{
color: #53348B;
}
.AnyTagClassName
{
color: #53348B;
}
</style>
background-color css
<style>
a { background-color: #53348B; }
a { background-color: rgb(83,52,139); }
div.DivClassName
{
background-color: #53348B;
}
.BgClassName
{
background-color: #53348B;
}
</style>
border-color css
<style>
span { border-color: #53348B; }
span { border-color: rgb(83,52,139); }
td.TdClassName
{
border-color: #53348B;
}
.TagClassName
{
border-color: #53348B;
}
</style>