Shades of Daisy Bush #57359D
Tints of Daisy Bush #57359D
RGB
CMYK
RGB Variations
Color information
#57359D (or 0x57359D) is known color: Daisy Bush. HEX triplet: 57, 35 and 9D. RGB value is (87,53,157). Sum of RGB (Red+Green+Blue) = 87+53+157=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #57359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57359D is #A8CA62. Grayscale: #4A4A4A. Windows color (decimal): -11061859 or 10302807. OLE color: 10302807.
HSL color Cylindrical-coordinate representation of color #57359D: hue angle of 259.62º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57359D is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 53 | 157 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.38 |
| HSL | 259.62º | 0.5% | 0.41% | - |
| HSV(B) | 259.62º | 0.66% | 0.62% | - |
| XYZ | 11.29 | 7.01 | 32.66 | - |
| YUV | 75.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 157 | 0.45 | 0.66 | 0 | 0.38 | 259.62 | 0.5 | 0.41 |
| Hex | 57 | 35 | 9D | 2D | 42 | 0 | 26 | 104 | 32 | 29 |
| Octal | 127 | 65 | 235 | 55 | 102 | 0 | 46 | 404 | 62 | 51 |
| Binary | 1010111 | 110101 | 10011101 | 101101 | 1000010 | 0 | 100110 | 100000100 | 110010 | 101001 |
Color Harmonies of #57359D
Complementary color
Monochromatic Colors of #57359D
Black with #57359D
Text Example
Text Example
White with #57359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57359D; }
p { color: rgb(87,53,157); }
H1.HeaderClassName
{
color: #57359D;
}
.AnyTagClassName
{
color: #57359D;
}
</style>
background-color css
<style>
a { background-color: #57359D; }
a { background-color: rgb(87,53,157); }
div.DivClassName
{
background-color: #57359D;
}
.BgClassName
{
background-color: #57359D;
}
</style>
border-color css
<style>
span { border-color: #57359D; }
span { border-color: rgb(87,53,157); }
td.TdClassName
{
border-color: #57359D;
}
.TagClassName
{
border-color: #57359D;
}
</style>