Shades of Daisy Bush #562F9D
Tints of Daisy Bush #562F9D
RGB
CMYK
RGB Variations
Color information
#562F9D (or 0x562F9D) is known color: Daisy Bush. HEX triplet: 56, 2F and 9D. RGB value is (86,47,157). Sum of RGB (Red+Green+Blue) = 86+47+157=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #562F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F9D is #A9D062. Grayscale: #464646. Windows color (decimal): -11128931 or 10301270. OLE color: 10301270.
HSL color Cylindrical-coordinate representation of color #562F9D: hue angle of 261.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562F9D is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 47 | 157 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.38 |
| HSL | 261.27º | 0.54% | 0.4% | - |
| HSV(B) | 261.27º | 0.7% | 0.62% | - |
| XYZ | 10.94 | 6.45 | 32.57 | - |
| YUV | 71.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 157 | 0.45 | 0.70 | 0 | 0.38 | 261.27 | 0.54 | 0.4 |
| Hex | 56 | 2F | 9D | 2D | 46 | 0 | 26 | 105 | 36 | 28 |
| Octal | 126 | 57 | 235 | 55 | 106 | 0 | 46 | 405 | 66 | 50 |
| Binary | 1010110 | 101111 | 10011101 | 101101 | 1000110 | 0 | 100110 | 100000101 | 110110 | 101000 |
Color Harmonies of #562F9D
Complementary color
Monochromatic Colors of #562F9D
Black with #562F9D
Text Example
Text Example
White with #562F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F9D; }
p { color: rgb(86,47,157); }
H1.HeaderClassName
{
color: #562F9D;
}
.AnyTagClassName
{
color: #562F9D;
}
</style>
background-color css
<style>
a { background-color: #562F9D; }
a { background-color: rgb(86,47,157); }
div.DivClassName
{
background-color: #562F9D;
}
.BgClassName
{
background-color: #562F9D;
}
</style>
border-color css
<style>
span { border-color: #562F9D; }
span { border-color: rgb(86,47,157); }
td.TdClassName
{
border-color: #562F9D;
}
.TagClassName
{
border-color: #562F9D;
}
</style>