Shades of Daisy Bush #562C97
Tints of Daisy Bush #562C97
RGB
CMYK
RGB Variations
Color information
#562C97 (or 0x562C97) is known color: Daisy Bush. HEX triplet: 56, 2C and 97. RGB value is (86,44,151). Sum of RGB (Red+Green+Blue) = 86+44+151=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #562C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562C97 is #A9D368. Grayscale: #444444. Windows color (decimal): -11129705 or 9907286. OLE color: 9907286.
HSL color Cylindrical-coordinate representation of color #562C97: hue angle of 263.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562C97 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 44 | 151 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.41 |
| HSL | 263.55º | 0.55% | 0.38% | - |
| HSV(B) | 263.55º | 0.71% | 0.59% | - |
| XYZ | 10.32 | 6.01 | 29.89 | - |
| YUV | 68.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 151 | 0.43 | 0.71 | 0 | 0.41 | 263.55 | 0.55 | 0.38 |
| Hex | 56 | 2C | 97 | 2B | 47 | 0 | 29 | 108 | 37 | 26 |
| Octal | 126 | 54 | 227 | 53 | 107 | 0 | 51 | 410 | 67 | 46 |
| Binary | 1010110 | 101100 | 10010111 | 101011 | 1000111 | 0 | 101001 | 100001000 | 110111 | 100110 |
Color Harmonies of #562C97
Complementary color
Monochromatic Colors of #562C97
Black with #562C97
Text Example
Text Example
White with #562C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C97; }
p { color: rgb(86,44,151); }
H1.HeaderClassName
{
color: #562C97;
}
.AnyTagClassName
{
color: #562C97;
}
</style>
background-color css
<style>
a { background-color: #562C97; }
a { background-color: rgb(86,44,151); }
div.DivClassName
{
background-color: #562C97;
}
.BgClassName
{
background-color: #562C97;
}
</style>
border-color css
<style>
span { border-color: #562C97; }
span { border-color: rgb(86,44,151); }
td.TdClassName
{
border-color: #562C97;
}
.TagClassName
{
border-color: #562C97;
}
</style>