Shades of Kingfisher Daisy #563185
Tints of Kingfisher Daisy #563185
RGB
CMYK
RGB Variations
Color information
#563185 (or 0x563185) is known color: Kingfisher Daisy. HEX triplet: 56, 31 and 85. RGB value is (86,49,133). Sum of RGB (Red+Green+Blue) = 86+49+133=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #563185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563185 is #A9CE7A. Grayscale: #454545. Windows color (decimal): -11128443 or 8728918. OLE color: 8728918.
HSL color Cylindrical-coordinate representation of color #563185: hue angle of 266.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563185 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 49 | 133 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.48 |
| HSL | 266.43º | 0.46% | 0.36% | - |
| HSV(B) | 266.43º | 0.63% | 0.52% | - |
| XYZ | 9.17 | 5.87 | 22.84 | - |
| YUV | 69.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 133 | 0.35 | 0.63 | 0 | 0.48 | 266.43 | 0.46 | 0.36 |
| Hex | 56 | 31 | 85 | 23 | 3F | 0 | 30 | 10A | 2E | 24 |
| Octal | 126 | 61 | 205 | 43 | 77 | 0 | 60 | 412 | 56 | 44 |
| Binary | 1010110 | 110001 | 10000101 | 100011 | 111111 | 0 | 110000 | 100001010 | 101110 | 100100 |
Color Harmonies of #563185
Complementary color
Monochromatic Colors of #563185
Black with #563185
Text Example
Text Example
White with #563185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563185; }
p { color: rgb(86,49,133); }
H1.HeaderClassName
{
color: #563185;
}
.AnyTagClassName
{
color: #563185;
}
</style>
background-color css
<style>
a { background-color: #563185; }
a { background-color: rgb(86,49,133); }
div.DivClassName
{
background-color: #563185;
}
.BgClassName
{
background-color: #563185;
}
</style>
border-color css
<style>
span { border-color: #563185; }
span { border-color: rgb(86,49,133); }
td.TdClassName
{
border-color: #563185;
}
.TagClassName
{
border-color: #563185;
}
</style>