Shades of Daisy Bush #53389F
Tints of Daisy Bush #53389F
RGB
CMYK
RGB Variations
Color information
#53389F (or 0x53389F) is known color: Daisy Bush. HEX triplet: 53, 38 and 9F. RGB value is (83,56,159). Sum of RGB (Red+Green+Blue) = 83+56+159=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #53389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53389F is #ACC760. Grayscale: #4B4B4B. Windows color (decimal): -11323233 or 10434643. OLE color: 10434643.
HSL color Cylindrical-coordinate representation of color #53389F: hue angle of 255.73º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53389F is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 56 | 159 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.38 |
| HSL | 255.73º | 0.48% | 0.42% | - |
| HSV(B) | 255.73º | 0.65% | 0.62% | - |
| XYZ | 11.24 | 7.17 | 33.59 | - |
| YUV | 75.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 159 | 0.48 | 0.65 | 0 | 0.38 | 255.73 | 0.48 | 0.42 |
| Hex | 53 | 38 | 9F | 30 | 41 | 0 | 26 | 100 | 30 | 2A |
| Octal | 123 | 70 | 237 | 60 | 101 | 0 | 46 | 400 | 60 | 52 |
| Binary | 1010011 | 111000 | 10011111 | 110000 | 1000001 | 0 | 100110 | 100000000 | 110000 | 101010 |
Color Harmonies of #53389F
Complementary color
Monochromatic Colors of #53389F
Black with #53389F
Text Example
Text Example
White with #53389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53389F; }
p { color: rgb(83,56,159); }
H1.HeaderClassName
{
color: #53389F;
}
.AnyTagClassName
{
color: #53389F;
}
</style>
background-color css
<style>
a { background-color: #53389F; }
a { background-color: rgb(83,56,159); }
div.DivClassName
{
background-color: #53389F;
}
.BgClassName
{
background-color: #53389F;
}
</style>
border-color css
<style>
span { border-color: #53389F; }
span { border-color: rgb(83,56,159); }
td.TdClassName
{
border-color: #53389F;
}
.TagClassName
{
border-color: #53389F;
}
</style>