Shades of Daisy Bush #562FA4
Tints of Daisy Bush #562FA4
RGB
CMYK
RGB Variations
Color information
#562FA4 (or 0x562FA4) is known color: Daisy Bush. HEX triplet: 56, 2F and A4. RGB value is (86,47,164). Sum of RGB (Red+Green+Blue) = 86+47+164=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #562FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562FA4 is #A9D05B. Grayscale: #474747. Windows color (decimal): -11128924 or 10760022. OLE color: 10760022.
HSL color Cylindrical-coordinate representation of color #562FA4: hue angle of 260º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #562FA4 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 47 | 164 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.36 |
| HSL | 260º | 0.55% | 0.41% | - |
| HSV(B) | 260º | 0.71% | 0.64% | - |
| XYZ | 11.56 | 6.69 | 35.8 | - |
| YUV | 72 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 164 | 0.48 | 0.71 | 0 | 0.36 | 260 | 0.55 | 0.41 |
| Hex | 56 | 2F | A4 | 30 | 47 | 0 | 24 | 104 | 37 | 29 |
| Octal | 126 | 57 | 244 | 60 | 107 | 0 | 44 | 404 | 67 | 51 |
| Binary | 1010110 | 101111 | 10100100 | 110000 | 1000111 | 0 | 100100 | 100000100 | 110111 | 101001 |
Color Harmonies of #562FA4
Complementary color
Monochromatic Colors of #562FA4
Black with #562FA4
Text Example
Text Example
White with #562FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FA4; }
p { color: rgb(86,47,164); }
H1.HeaderClassName
{
color: #562FA4;
}
.AnyTagClassName
{
color: #562FA4;
}
</style>
background-color css
<style>
a { background-color: #562FA4; }
a { background-color: rgb(86,47,164); }
div.DivClassName
{
background-color: #562FA4;
}
.BgClassName
{
background-color: #562FA4;
}
</style>
border-color css
<style>
span { border-color: #562FA4; }
span { border-color: rgb(86,47,164); }
td.TdClassName
{
border-color: #562FA4;
}
.TagClassName
{
border-color: #562FA4;
}
</style>