Shades of Kingfisher Daisy #563383
Tints of Kingfisher Daisy #563383
RGB
CMYK
RGB Variations
Color information
#563383 (or 0x563383) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 83. RGB value is (86,51,131). Sum of RGB (Red+Green+Blue) = 86+51+131=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #563383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563383 is #A9CC7C. Grayscale: #464646. Windows color (decimal): -11127933 or 8598358. OLE color: 8598358.
HSL color Cylindrical-coordinate representation of color #563383: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #563383 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 51 | 131 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.49 |
| HSL | 266.25º | 0.44% | 0.36% | - |
| HSV(B) | 266.25º | 0.61% | 0.51% | - |
| XYZ | 9.12 | 5.98 | 22.15 | - |
| YUV | 70.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 131 | 0.34 | 0.61 | 0 | 0.49 | 266.25 | 0.44 | 0.36 |
| Hex | 56 | 33 | 83 | 22 | 3D | 0 | 31 | 10A | 2C | 24 |
| Octal | 126 | 63 | 203 | 42 | 75 | 0 | 61 | 412 | 54 | 44 |
| Binary | 1010110 | 110011 | 10000011 | 100010 | 111101 | 0 | 110001 | 100001010 | 101100 | 100100 |
Color Harmonies of #563383
Complementary color
Monochromatic Colors of #563383
Black with #563383
Text Example
Text Example
White with #563383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563383; }
p { color: rgb(86,51,131); }
H1.HeaderClassName
{
color: #563383;
}
.AnyTagClassName
{
color: #563383;
}
</style>
background-color css
<style>
a { background-color: #563383; }
a { background-color: rgb(86,51,131); }
div.DivClassName
{
background-color: #563383;
}
.BgClassName
{
background-color: #563383;
}
</style>
border-color css
<style>
span { border-color: #563383; }
span { border-color: rgb(86,51,131); }
td.TdClassName
{
border-color: #563383;
}
.TagClassName
{
border-color: #563383;
}
</style>