Shades of Kingfisher Daisy #562B90
Tints of Kingfisher Daisy #562B90
RGB
CMYK
RGB Variations
Color information
#562B90 (or 0x562B90) is known color: Kingfisher Daisy. HEX triplet: 56, 2B and 90. RGB value is (86,43,144). Sum of RGB (Red+Green+Blue) = 86+43+144=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #562B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562B90 is #A9D46F. Grayscale: #434343. Windows color (decimal): -11129968 or 9448278. OLE color: 9448278.
HSL color Cylindrical-coordinate representation of color #562B90: hue angle of 265.54º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562B90 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 43 | 144 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.44 |
| HSL | 265.54º | 0.54% | 0.37% | - |
| HSV(B) | 265.54º | 0.7% | 0.56% | - |
| XYZ | 9.74 | 5.72 | 26.98 | - |
| YUV | 67.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 144 | 0.40 | 0.70 | 0 | 0.44 | 265.54 | 0.54 | 0.37 |
| Hex | 56 | 2B | 90 | 28 | 46 | 0 | 2C | 10A | 36 | 25 |
| Octal | 126 | 53 | 220 | 50 | 106 | 0 | 54 | 412 | 66 | 45 |
| Binary | 1010110 | 101011 | 10010000 | 101000 | 1000110 | 0 | 101100 | 100001010 | 110110 | 100101 |
Color Harmonies of #562B90
Complementary color
Monochromatic Colors of #562B90
Black with #562B90
Text Example
Text Example
White with #562B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B90; }
p { color: rgb(86,43,144); }
H1.HeaderClassName
{
color: #562B90;
}
.AnyTagClassName
{
color: #562B90;
}
</style>
background-color css
<style>
a { background-color: #562B90; }
a { background-color: rgb(86,43,144); }
div.DivClassName
{
background-color: #562B90;
}
.BgClassName
{
background-color: #562B90;
}
</style>
border-color css
<style>
span { border-color: #562B90; }
span { border-color: rgb(86,43,144); }
td.TdClassName
{
border-color: #562B90;
}
.TagClassName
{
border-color: #562B90;
}
</style>