Shades of Kingfisher Daisy #562191
Tints of Kingfisher Daisy #562191
RGB
CMYK
RGB Variations
Color information
#562191 (or 0x562191) is known color: Kingfisher Daisy. HEX triplet: 56, 21 and 91. RGB value is (86,33,145). Sum of RGB (Red+Green+Blue) = 86+33+145=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #562191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562191 is #A9DE6E. Grayscale: #3D3D3D. Windows color (decimal): -11132527 or 9511254. OLE color: 9511254.
HSL color Cylindrical-coordinate representation of color #562191: hue angle of 268.39º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562191 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 33 | 145 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.43 |
| HSL | 268.39º | 0.63% | 0.35% | - |
| HSV(B) | 268.39º | 0.77% | 0.57% | - |
| XYZ | 9.49 | 5.11 | 27.27 | - |
| YUV | 61.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 145 | 0.41 | 0.77 | 0 | 0.43 | 268.39 | 0.63 | 0.35 |
| Hex | 56 | 21 | 91 | 29 | 4D | 0 | 2B | 10C | 3F | 23 |
| Octal | 126 | 41 | 221 | 51 | 115 | 0 | 53 | 414 | 77 | 43 |
| Binary | 1010110 | 100001 | 10010001 | 101001 | 1001101 | 0 | 101011 | 100001100 | 111111 | 100011 |
Color Harmonies of #562191
Complementary color
Monochromatic Colors of #562191
Black with #562191
Text Example
Text Example
White with #562191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562191; }
p { color: rgb(86,33,145); }
H1.HeaderClassName
{
color: #562191;
}
.AnyTagClassName
{
color: #562191;
}
</style>
background-color css
<style>
a { background-color: #562191; }
a { background-color: rgb(86,33,145); }
div.DivClassName
{
background-color: #562191;
}
.BgClassName
{
background-color: #562191;
}
</style>
border-color css
<style>
span { border-color: #562191; }
span { border-color: rgb(86,33,145); }
td.TdClassName
{
border-color: #562191;
}
.TagClassName
{
border-color: #562191;
}
</style>