Shades of Daisy Bush #562A93
Tints of Daisy Bush #562A93
RGB
CMYK
RGB Variations
Color information
#562A93 (or 0x562A93) is known color: Daisy Bush. HEX triplet: 56, 2A and 93. RGB value is (86,42,147). Sum of RGB (Red+Green+Blue) = 86+42+147=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #562A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A93 is #A9D56C. Grayscale: #424242. Windows color (decimal): -11130221 or 9644630. OLE color: 9644630.
HSL color Cylindrical-coordinate representation of color #562A93: hue angle of 265.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562A93 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 42 | 147 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.42 |
| HSL | 265.14º | 0.56% | 0.37% | - |
| HSV(B) | 265.14º | 0.71% | 0.58% | - |
| XYZ | 9.93 | 5.74 | 28.19 | - |
| YUV | 67.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 147 | 0.41 | 0.71 | 0 | 0.42 | 265.14 | 0.56 | 0.37 |
| Hex | 56 | 2A | 93 | 29 | 47 | 0 | 2A | 109 | 38 | 25 |
| Octal | 126 | 52 | 223 | 51 | 107 | 0 | 52 | 411 | 70 | 45 |
| Binary | 1010110 | 101010 | 10010011 | 101001 | 1000111 | 0 | 101010 | 100001001 | 111000 | 100101 |
Color Harmonies of #562A93
Complementary color
Monochromatic Colors of #562A93
Black with #562A93
Text Example
Text Example
White with #562A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A93; }
p { color: rgb(86,42,147); }
H1.HeaderClassName
{
color: #562A93;
}
.AnyTagClassName
{
color: #562A93;
}
</style>
background-color css
<style>
a { background-color: #562A93; }
a { background-color: rgb(86,42,147); }
div.DivClassName
{
background-color: #562A93;
}
.BgClassName
{
background-color: #562A93;
}
</style>
border-color css
<style>
span { border-color: #562A93; }
span { border-color: rgb(86,42,147); }
td.TdClassName
{
border-color: #562A93;
}
.TagClassName
{
border-color: #562A93;
}
</style>