Shades of Daisy Bush #562F93
Tints of Daisy Bush #562F93
RGB
CMYK
RGB Variations
Color information
#562F93 (or 0x562F93) is known color: Daisy Bush. HEX triplet: 56, 2F and 93. RGB value is (86,47,147). Sum of RGB (Red+Green+Blue) = 86+47+147=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #562F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F93 is #A9D06C. Grayscale: #454545. Windows color (decimal): -11128941 or 9645910. OLE color: 9645910.
HSL color Cylindrical-coordinate representation of color #562F93: hue angle of 263.4º 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 #562F93 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 47 | 147 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.42 |
| HSL | 263.4º | 0.52% | 0.38% | - |
| HSV(B) | 263.4º | 0.68% | 0.58% | - |
| XYZ | 10.12 | 6.12 | 28.25 | - |
| YUV | 70.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 147 | 0.41 | 0.68 | 0 | 0.42 | 263.4 | 0.52 | 0.38 |
| Hex | 56 | 2F | 93 | 29 | 44 | 0 | 2A | 107 | 34 | 26 |
| Octal | 126 | 57 | 223 | 51 | 104 | 0 | 52 | 407 | 64 | 46 |
| Binary | 1010110 | 101111 | 10010011 | 101001 | 1000100 | 0 | 101010 | 100000111 | 110100 | 100110 |
Color Harmonies of #562F93
Complementary color
Monochromatic Colors of #562F93
Black with #562F93
Text Example
Text Example
White with #562F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F93; }
p { color: rgb(86,47,147); }
H1.HeaderClassName
{
color: #562F93;
}
.AnyTagClassName
{
color: #562F93;
}
</style>
background-color css
<style>
a { background-color: #562F93; }
a { background-color: rgb(86,47,147); }
div.DivClassName
{
background-color: #562F93;
}
.BgClassName
{
background-color: #562F93;
}
</style>
border-color css
<style>
span { border-color: #562F93; }
span { border-color: rgb(86,47,147); }
td.TdClassName
{
border-color: #562F93;
}
.TagClassName
{
border-color: #562F93;
}
</style>