Shades of Daisy Bush #53388D
Tints of Daisy Bush #53388D
RGB
CMYK
RGB Variations
Color information
#53388D (or 0x53388D) is known color: Daisy Bush. HEX triplet: 53, 38 and 8D. RGB value is (83,56,141). Sum of RGB (Red+Green+Blue) = 83+56+141=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #53388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53388D is #ACC772. Grayscale: #494949. Windows color (decimal): -11323251 or 9254995. OLE color: 9254995.
HSL color Cylindrical-coordinate representation of color #53388D: hue angle of 259.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53388D is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 56 | 141 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.45 |
| HSL | 259.06º | 0.43% | 0.39% | - |
| HSV(B) | 259.06º | 0.6% | 0.55% | - |
| XYZ | 9.79 | 6.59 | 25.96 | - |
| YUV | 73.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 141 | 0.41 | 0.60 | 0 | 0.45 | 259.06 | 0.43 | 0.39 |
| Hex | 53 | 38 | 8D | 29 | 3C | 0 | 2D | 103 | 2B | 27 |
| Octal | 123 | 70 | 215 | 51 | 74 | 0 | 55 | 403 | 53 | 47 |
| Binary | 1010011 | 111000 | 10001101 | 101001 | 111100 | 0 | 101101 | 100000011 | 101011 | 100111 |
Color Harmonies of #53388D
Complementary color
Monochromatic Colors of #53388D
Black with #53388D
Text Example
Text Example
White with #53388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53388D; }
p { color: rgb(83,56,141); }
H1.HeaderClassName
{
color: #53388D;
}
.AnyTagClassName
{
color: #53388D;
}
</style>
background-color css
<style>
a { background-color: #53388D; }
a { background-color: rgb(83,56,141); }
div.DivClassName
{
background-color: #53388D;
}
.BgClassName
{
background-color: #53388D;
}
</style>
border-color css
<style>
span { border-color: #53388D; }
span { border-color: rgb(83,56,141); }
td.TdClassName
{
border-color: #53388D;
}
.TagClassName
{
border-color: #53388D;
}
</style>