Shades of Daisy Bush #562F94
Tints of Daisy Bush #562F94
RGB
CMYK
RGB Variations
Color information
#562F94 (or 0x562F94) is known color: Daisy Bush. HEX triplet: 56, 2F and 94. RGB value is (86,47,148). Sum of RGB (Red+Green+Blue) = 86+47+148=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #562F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F94 is #A9D06B. Grayscale: #454545. Windows color (decimal): -11128940 or 9711446. OLE color: 9711446.
HSL color Cylindrical-coordinate representation of color #562F94: hue angle of 263.17º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #562F94 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 47 | 148 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.42 |
| HSL | 263.17º | 0.52% | 0.38% | - |
| HSV(B) | 263.17º | 0.68% | 0.58% | - |
| XYZ | 10.2 | 6.15 | 28.67 | - |
| YUV | 70.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 148 | 0.42 | 0.68 | 0 | 0.42 | 263.17 | 0.52 | 0.38 |
| Hex | 56 | 2F | 94 | 2A | 44 | 0 | 2A | 107 | 34 | 26 |
| Octal | 126 | 57 | 224 | 52 | 104 | 0 | 52 | 407 | 64 | 46 |
| Binary | 1010110 | 101111 | 10010100 | 101010 | 1000100 | 0 | 101010 | 100000111 | 110100 | 100110 |
Color Harmonies of #562F94
Complementary color
Monochromatic Colors of #562F94
Black with #562F94
Text Example
Text Example
White with #562F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F94; }
p { color: rgb(86,47,148); }
H1.HeaderClassName
{
color: #562F94;
}
.AnyTagClassName
{
color: #562F94;
}
</style>
background-color css
<style>
a { background-color: #562F94; }
a { background-color: rgb(86,47,148); }
div.DivClassName
{
background-color: #562F94;
}
.BgClassName
{
background-color: #562F94;
}
</style>
border-color css
<style>
span { border-color: #562F94; }
span { border-color: rgb(86,47,148); }
td.TdClassName
{
border-color: #562F94;
}
.TagClassName
{
border-color: #562F94;
}
</style>