Shades of Kingfisher Daisy #562E8D
Tints of Kingfisher Daisy #562E8D
RGB
CMYK
RGB Variations
Color information
#562E8D (or 0x562E8D) is known color: Kingfisher Daisy. HEX triplet: 56, 2E and 8D. RGB value is (86,46,141). Sum of RGB (Red+Green+Blue) = 86+46+141=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #562E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562E8D is #A9D172. Grayscale: #444444. Windows color (decimal): -11129203 or 9252438. OLE color: 9252438.
HSL color Cylindrical-coordinate representation of color #562E8D: hue angle of 265.26º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562E8D is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 46 | 141 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.45 |
| HSL | 265.26º | 0.51% | 0.37% | - |
| HSV(B) | 265.26º | 0.67% | 0.55% | - |
| XYZ | 9.62 | 5.86 | 25.82 | - |
| YUV | 68.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 141 | 0.39 | 0.67 | 0 | 0.45 | 265.26 | 0.51 | 0.37 |
| Hex | 56 | 2E | 8D | 27 | 43 | 0 | 2D | 109 | 33 | 25 |
| Octal | 126 | 56 | 215 | 47 | 103 | 0 | 55 | 411 | 63 | 45 |
| Binary | 1010110 | 101110 | 10001101 | 100111 | 1000011 | 0 | 101101 | 100001001 | 110011 | 100101 |
Color Harmonies of #562E8D
Complementary color
Monochromatic Colors of #562E8D
Black with #562E8D
Text Example
Text Example
White with #562E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E8D; }
p { color: rgb(86,46,141); }
H1.HeaderClassName
{
color: #562E8D;
}
.AnyTagClassName
{
color: #562E8D;
}
</style>
background-color css
<style>
a { background-color: #562E8D; }
a { background-color: rgb(86,46,141); }
div.DivClassName
{
background-color: #562E8D;
}
.BgClassName
{
background-color: #562E8D;
}
</style>
border-color css
<style>
span { border-color: #562E8D; }
span { border-color: rgb(86,46,141); }
td.TdClassName
{
border-color: #562E8D;
}
.TagClassName
{
border-color: #562E8D;
}
</style>