Shades of Kingfisher Daisy #562E83
Tints of Kingfisher Daisy #562E83
RGB
CMYK
RGB Variations
Color information
#562E83 (or 0x562E83) is known color: Kingfisher Daisy. HEX triplet: 56, 2E and 83. RGB value is (86,46,131). Sum of RGB (Red+Green+Blue) = 86+46+131=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #562E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562E83 is #A9D17C. Grayscale: #434343. Windows color (decimal): -11129213 or 8597078. OLE color: 8597078.
HSL color Cylindrical-coordinate representation of color #562E83: hue angle of 268.24º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562E83 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 46 | 131 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.49 |
| HSL | 268.24º | 0.48% | 0.35% | - |
| HSV(B) | 268.24º | 0.65% | 0.51% | - |
| XYZ | 8.91 | 5.57 | 22.08 | - |
| YUV | 67.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 131 | 0.34 | 0.65 | 0 | 0.49 | 268.24 | 0.48 | 0.35 |
| Hex | 56 | 2E | 83 | 22 | 41 | 0 | 31 | 10C | 30 | 23 |
| Octal | 126 | 56 | 203 | 42 | 101 | 0 | 61 | 414 | 60 | 43 |
| Binary | 1010110 | 101110 | 10000011 | 100010 | 1000001 | 0 | 110001 | 100001100 | 110000 | 100011 |
Color Harmonies of #562E83
Complementary color
Monochromatic Colors of #562E83
Black with #562E83
Text Example
Text Example
White with #562E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E83; }
p { color: rgb(86,46,131); }
H1.HeaderClassName
{
color: #562E83;
}
.AnyTagClassName
{
color: #562E83;
}
</style>
background-color css
<style>
a { background-color: #562E83; }
a { background-color: rgb(86,46,131); }
div.DivClassName
{
background-color: #562E83;
}
.BgClassName
{
background-color: #562E83;
}
</style>
border-color css
<style>
span { border-color: #562E83; }
span { border-color: rgb(86,46,131); }
td.TdClassName
{
border-color: #562E83;
}
.TagClassName
{
border-color: #562E83;
}
</style>