Shades of Daisy Bush #57408B
Tints of Daisy Bush #57408B
RGB
CMYK
RGB Variations
Color information
#57408B (or 0x57408B) is known color: Daisy Bush. HEX triplet: 57, 40 and 8B. RGB value is (87,64,139). Sum of RGB (Red+Green+Blue) = 87+64+139=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #57408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57408B is #A8BF74. Grayscale: #4F4F4F. Windows color (decimal): -11059061 or 9125975. OLE color: 9125975.
HSL color Cylindrical-coordinate representation of color #57408B: hue angle of 258.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57408B is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 64 | 139 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.45 |
| HSL | 258.4º | 0.37% | 0.4% | - |
| HSV(B) | 258.4º | 0.54% | 0.55% | - |
| XYZ | 10.42 | 7.56 | 25.34 | - |
| YUV | 79.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 139 | 0.37 | 0.54 | 0 | 0.45 | 258.4 | 0.37 | 0.4 |
| Hex | 57 | 40 | 8B | 25 | 36 | 0 | 2D | 102 | 25 | 28 |
| Octal | 127 | 100 | 213 | 45 | 66 | 0 | 55 | 402 | 45 | 50 |
| Binary | 1010111 | 1000000 | 10001011 | 100101 | 110110 | 0 | 101101 | 100000010 | 100101 | 101000 |
Color Harmonies of #57408B
Complementary color
Monochromatic Colors of #57408B
Black with #57408B
Text Example
Text Example
White with #57408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57408B; }
p { color: rgb(87,64,139); }
H1.HeaderClassName
{
color: #57408B;
}
.AnyTagClassName
{
color: #57408B;
}
</style>
background-color css
<style>
a { background-color: #57408B; }
a { background-color: rgb(87,64,139); }
div.DivClassName
{
background-color: #57408B;
}
.BgClassName
{
background-color: #57408B;
}
</style>
border-color css
<style>
span { border-color: #57408B; }
span { border-color: rgb(87,64,139); }
td.TdClassName
{
border-color: #57408B;
}
.TagClassName
{
border-color: #57408B;
}
</style>