Shades of Daisy Bush #57399B
Tints of Daisy Bush #57399B
RGB
CMYK
RGB Variations
Color information
#57399B (or 0x57399B) is known color: Daisy Bush. HEX triplet: 57, 39 and 9B. RGB value is (87,57,155). Sum of RGB (Red+Green+Blue) = 87+57+155=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #57399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57399B is #A8C664. Grayscale: #4C4C4C. Windows color (decimal): -11060837 or 10172759. OLE color: 10172759.
HSL color Cylindrical-coordinate representation of color #57399B: hue angle of 258.37º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57399B is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 57 | 155 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.39 |
| HSL | 258.37º | 0.46% | 0.42% | - |
| HSV(B) | 258.37º | 0.63% | 0.61% | - |
| XYZ | 11.31 | 7.32 | 31.83 | - |
| YUV | 77.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 155 | 0.44 | 0.63 | 0 | 0.39 | 258.37 | 0.46 | 0.42 |
| Hex | 57 | 39 | 9B | 2C | 3F | 0 | 27 | 102 | 2E | 2A |
| Octal | 127 | 71 | 233 | 54 | 77 | 0 | 47 | 402 | 56 | 52 |
| Binary | 1010111 | 111001 | 10011011 | 101100 | 111111 | 0 | 100111 | 100000010 | 101110 | 101010 |
Color Harmonies of #57399B
Complementary color
Monochromatic Colors of #57399B
Black with #57399B
Text Example
Text Example
White with #57399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57399B; }
p { color: rgb(87,57,155); }
H1.HeaderClassName
{
color: #57399B;
}
.AnyTagClassName
{
color: #57399B;
}
</style>
background-color css
<style>
a { background-color: #57399B; }
a { background-color: rgb(87,57,155); }
div.DivClassName
{
background-color: #57399B;
}
.BgClassName
{
background-color: #57399B;
}
</style>
border-color css
<style>
span { border-color: #57399B; }
span { border-color: rgb(87,57,155); }
td.TdClassName
{
border-color: #57399B;
}
.TagClassName
{
border-color: #57399B;
}
</style>