Shades of Daisy Bush #53398C
Tints of Daisy Bush #53398C
RGB
CMYK
RGB Variations
Color information
#53398C (or 0x53398C) is known color: Daisy Bush. HEX triplet: 53, 39 and 8C. RGB value is (83,57,140). Sum of RGB (Red+Green+Blue) = 83+57+140=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #53398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53398C is #ACC673. Grayscale: #494949. Windows color (decimal): -11322996 or 9189715. OLE color: 9189715.
HSL color Cylindrical-coordinate representation of color #53398C: hue angle of 258.8º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53398C is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 57 | 140 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.45 |
| HSL | 258.8º | 0.42% | 0.39% | - |
| HSV(B) | 258.8º | 0.59% | 0.55% | - |
| XYZ | 9.76 | 6.66 | 25.58 | - |
| YUV | 74.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 140 | 0.41 | 0.59 | 0 | 0.45 | 258.8 | 0.42 | 0.39 |
| Hex | 53 | 39 | 8C | 29 | 3B | 0 | 2D | 103 | 2A | 27 |
| Octal | 123 | 71 | 214 | 51 | 73 | 0 | 55 | 403 | 52 | 47 |
| Binary | 1010011 | 111001 | 10001100 | 101001 | 111011 | 0 | 101101 | 100000011 | 101010 | 100111 |
Color Harmonies of #53398C
Complementary color
Monochromatic Colors of #53398C
Black with #53398C
Text Example
Text Example
White with #53398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53398C; }
p { color: rgb(83,57,140); }
H1.HeaderClassName
{
color: #53398C;
}
.AnyTagClassName
{
color: #53398C;
}
</style>
background-color css
<style>
a { background-color: #53398C; }
a { background-color: rgb(83,57,140); }
div.DivClassName
{
background-color: #53398C;
}
.BgClassName
{
background-color: #53398C;
}
</style>
border-color css
<style>
span { border-color: #53398C; }
span { border-color: rgb(83,57,140); }
td.TdClassName
{
border-color: #53398C;
}
.TagClassName
{
border-color: #53398C;
}
</style>