Shades of Daisy Bush #57339C
Tints of Daisy Bush #57339C
RGB
CMYK
RGB Variations
Color information
#57339C (or 0x57339C) is known color: Daisy Bush. HEX triplet: 57, 33 and 9C. RGB value is (87,51,156). Sum of RGB (Red+Green+Blue) = 87+51+156=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #57339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57339C is #A8CC63. Grayscale: #494949. Windows color (decimal): -11062372 or 10236759. OLE color: 10236759.
HSL color Cylindrical-coordinate representation of color #57339C: hue angle of 260.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57339C is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 51 | 156 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.39 |
| HSL | 260.57º | 0.51% | 0.41% | - |
| HSV(B) | 260.57º | 0.67% | 0.61% | - |
| XYZ | 11.12 | 6.79 | 32.18 | - |
| YUV | 73.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 156 | 0.44 | 0.67 | 0 | 0.39 | 260.57 | 0.51 | 0.41 |
| Hex | 57 | 33 | 9C | 2C | 43 | 0 | 27 | 105 | 33 | 29 |
| Octal | 127 | 63 | 234 | 54 | 103 | 0 | 47 | 405 | 63 | 51 |
| Binary | 1010111 | 110011 | 10011100 | 101100 | 1000011 | 0 | 100111 | 100000101 | 110011 | 101001 |
Color Harmonies of #57339C
Complementary color
Monochromatic Colors of #57339C
Black with #57339C
Text Example
Text Example
White with #57339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57339C; }
p { color: rgb(87,51,156); }
H1.HeaderClassName
{
color: #57339C;
}
.AnyTagClassName
{
color: #57339C;
}
</style>
background-color css
<style>
a { background-color: #57339C; }
a { background-color: rgb(87,51,156); }
div.DivClassName
{
background-color: #57339C;
}
.BgClassName
{
background-color: #57339C;
}
</style>
border-color css
<style>
span { border-color: #57339C; }
span { border-color: rgb(87,51,156); }
td.TdClassName
{
border-color: #57339C;
}
.TagClassName
{
border-color: #57339C;
}
</style>