Shades of Daisy Bush #53388B
Tints of Daisy Bush #53388B
RGB
CMYK
RGB Variations
Color information
#53388B (or 0x53388B) is known color: Daisy Bush. HEX triplet: 53, 38 and 8B. RGB value is (83,56,139). Sum of RGB (Red+Green+Blue) = 83+56+139=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #53388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53388B is #ACC774. Grayscale: #494949. Windows color (decimal): -11323253 or 9123923. OLE color: 9123923.
HSL color Cylindrical-coordinate representation of color #53388B: hue angle of 259.52º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53388B is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 56 | 139 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.45 |
| HSL | 259.52º | 0.43% | 0.38% | - |
| HSV(B) | 259.52º | 0.6% | 0.55% | - |
| XYZ | 9.64 | 6.53 | 25.18 | - |
| YUV | 73.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 139 | 0.40 | 0.60 | 0 | 0.45 | 259.52 | 0.43 | 0.38 |
| Hex | 53 | 38 | 8B | 28 | 3C | 0 | 2D | 104 | 2B | 26 |
| Octal | 123 | 70 | 213 | 50 | 74 | 0 | 55 | 404 | 53 | 46 |
| Binary | 1010011 | 111000 | 10001011 | 101000 | 111100 | 0 | 101101 | 100000100 | 101011 | 100110 |
Color Harmonies of #53388B
Complementary color
Monochromatic Colors of #53388B
Black with #53388B
Text Example
Text Example
White with #53388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53388B; }
p { color: rgb(83,56,139); }
H1.HeaderClassName
{
color: #53388B;
}
.AnyTagClassName
{
color: #53388B;
}
</style>
background-color css
<style>
a { background-color: #53388B; }
a { background-color: rgb(83,56,139); }
div.DivClassName
{
background-color: #53388B;
}
.BgClassName
{
background-color: #53388B;
}
</style>
border-color css
<style>
span { border-color: #53388B; }
span { border-color: rgb(83,56,139); }
td.TdClassName
{
border-color: #53388B;
}
.TagClassName
{
border-color: #53388B;
}
</style>