Shades of Daisy Bush #57449C
Tints of Daisy Bush #57449C
RGB
CMYK
RGB Variations
Color information
#57449C (or 0x57449C) is known color: Daisy Bush. HEX triplet: 57, 44 and 9C. RGB value is (87,68,156). Sum of RGB (Red+Green+Blue) = 87+68+156=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #57449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57449C is #A8BB63. Grayscale: #535353. Windows color (decimal): -11058020 or 10241111. OLE color: 10241111.
HSL color Cylindrical-coordinate representation of color #57449C: hue angle of 252.95º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57449C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 68 | 156 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.39 |
| HSL | 252.95º | 0.39% | 0.44% | - |
| HSV(B) | 252.95º | 0.56% | 0.61% | - |
| XYZ | 12 | 8.56 | 32.47 | - |
| YUV | 83.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 156 | 0.44 | 0.56 | 0 | 0.39 | 252.95 | 0.39 | 0.44 |
| Hex | 57 | 44 | 9C | 2C | 38 | 0 | 27 | FD | 27 | 2C |
| Octal | 127 | 104 | 234 | 54 | 70 | 0 | 47 | 375 | 47 | 54 |
| Binary | 1010111 | 1000100 | 10011100 | 101100 | 111000 | 0 | 100111 | 11111101 | 100111 | 101100 |
Color Harmonies of #57449C
Complementary color
Monochromatic Colors of #57449C
Black with #57449C
Text Example
Text Example
White with #57449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57449C; }
p { color: rgb(87,68,156); }
H1.HeaderClassName
{
color: #57449C;
}
.AnyTagClassName
{
color: #57449C;
}
</style>
background-color css
<style>
a { background-color: #57449C; }
a { background-color: rgb(87,68,156); }
div.DivClassName
{
background-color: #57449C;
}
.BgClassName
{
background-color: #57449C;
}
</style>
border-color css
<style>
span { border-color: #57449C; }
span { border-color: rgb(87,68,156); }
td.TdClassName
{
border-color: #57449C;
}
.TagClassName
{
border-color: #57449C;
}
</style>