Shades of Daisy Bush #562F9C
Tints of Daisy Bush #562F9C
RGB
CMYK
RGB Variations
Color information
#562F9C (or 0x562F9C) is known color: Daisy Bush. HEX triplet: 56, 2F and 9C. RGB value is (86,47,156). Sum of RGB (Red+Green+Blue) = 86+47+156=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #562F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F9C is #A9D063. Grayscale: #464646. Windows color (decimal): -11128932 or 10235734. OLE color: 10235734.
HSL color Cylindrical-coordinate representation of color #562F9C: hue angle of 261.47º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562F9C is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 47 | 156 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.39 |
| HSL | 261.47º | 0.54% | 0.4% | - |
| HSV(B) | 261.47º | 0.7% | 0.61% | - |
| XYZ | 10.86 | 6.41 | 32.12 | - |
| YUV | 71.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 156 | 0.45 | 0.70 | 0 | 0.39 | 261.47 | 0.54 | 0.4 |
| Hex | 56 | 2F | 9C | 2D | 46 | 0 | 27 | 105 | 36 | 28 |
| Octal | 126 | 57 | 234 | 55 | 106 | 0 | 47 | 405 | 66 | 50 |
| Binary | 1010110 | 101111 | 10011100 | 101101 | 1000110 | 0 | 100111 | 100000101 | 110110 | 101000 |
Color Harmonies of #562F9C
Complementary color
Monochromatic Colors of #562F9C
Black with #562F9C
Text Example
Text Example
White with #562F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F9C; }
p { color: rgb(86,47,156); }
H1.HeaderClassName
{
color: #562F9C;
}
.AnyTagClassName
{
color: #562F9C;
}
</style>
background-color css
<style>
a { background-color: #562F9C; }
a { background-color: rgb(86,47,156); }
div.DivClassName
{
background-color: #562F9C;
}
.BgClassName
{
background-color: #562F9C;
}
</style>
border-color css
<style>
span { border-color: #562F9C; }
span { border-color: rgb(86,47,156); }
td.TdClassName
{
border-color: #562F9C;
}
.TagClassName
{
border-color: #562F9C;
}
</style>