Shades of Daisy Bush #53399F
Tints of Daisy Bush #53399F
RGB
CMYK
RGB Variations
Color information
#53399F (or 0x53399F) is known color: Daisy Bush. HEX triplet: 53, 39 and 9F. RGB value is (83,57,159). Sum of RGB (Red+Green+Blue) = 83+57+159=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #53399F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399F is #ACC660. Grayscale: #4C4C4C. Windows color (decimal): -11322977 or 10434899. OLE color: 10434899.
HSL color Cylindrical-coordinate representation of color #53399F: hue angle of 255.29º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53399F is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 57 | 159 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.38 |
| HSL | 255.29º | 0.47% | 0.42% | - |
| HSV(B) | 255.29º | 0.64% | 0.62% | - |
| XYZ | 11.29 | 7.27 | 33.61 | - |
| YUV | 76.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 159 | 0.48 | 0.64 | 0 | 0.38 | 255.29 | 0.47 | 0.42 |
| Hex | 53 | 39 | 9F | 30 | 40 | 0 | 26 | FF | 2F | 2A |
| Octal | 123 | 71 | 237 | 60 | 100 | 0 | 46 | 377 | 57 | 52 |
| Binary | 1010011 | 111001 | 10011111 | 110000 | 1000000 | 0 | 100110 | 11111111 | 101111 | 101010 |
Color Harmonies of #53399F
Complementary color
Monochromatic Colors of #53399F
Black with #53399F
Text Example
Text Example
White with #53399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53399F; }
p { color: rgb(83,57,159); }
H1.HeaderClassName
{
color: #53399F;
}
.AnyTagClassName
{
color: #53399F;
}
</style>
background-color css
<style>
a { background-color: #53399F; }
a { background-color: rgb(83,57,159); }
div.DivClassName
{
background-color: #53399F;
}
.BgClassName
{
background-color: #53399F;
}
</style>
border-color css
<style>
span { border-color: #53399F; }
span { border-color: rgb(83,57,159); }
td.TdClassName
{
border-color: #53399F;
}
.TagClassName
{
border-color: #53399F;
}
</style>