Shades of Kingfisher Daisy #563F7D
Tints of Kingfisher Daisy #563F7D
RGB
CMYK
RGB Variations
Color information
#563F7D (or 0x563F7D) is known color: Kingfisher Daisy. HEX triplet: 56, 3F and 7D. RGB value is (86,63,125). Sum of RGB (Red+Green+Blue) = 86+63+125=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #563F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F7D is #A9C082. Grayscale: #4C4C4C. Windows color (decimal): -11124867 or 8208214. OLE color: 8208214.
HSL color Cylindrical-coordinate representation of color #563F7D: hue angle of 262.26º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563F7D is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 63 | 125 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.51 |
| HSL | 262.26º | 0.33% | 0.37% | - |
| HSV(B) | 262.26º | 0.5% | 0.49% | - |
| XYZ | 9.32 | 7.01 | 20.26 | - |
| YUV | 76.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 125 | 0.31 | 0.50 | 0 | 0.51 | 262.26 | 0.33 | 0.37 |
| Hex | 56 | 3F | 7D | 1F | 32 | 0 | 33 | 106 | 21 | 25 |
| Octal | 126 | 77 | 175 | 37 | 62 | 0 | 63 | 406 | 41 | 45 |
| Binary | 1010110 | 111111 | 1111101 | 11111 | 110010 | 0 | 110011 | 100000110 | 100001 | 100101 |
Color Harmonies of #563F7D
Complementary color
Monochromatic Colors of #563F7D
Black with #563F7D
Text Example
Text Example
White with #563F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F7D; }
p { color: rgb(86,63,125); }
H1.HeaderClassName
{
color: #563F7D;
}
.AnyTagClassName
{
color: #563F7D;
}
</style>
background-color css
<style>
a { background-color: #563F7D; }
a { background-color: rgb(86,63,125); }
div.DivClassName
{
background-color: #563F7D;
}
.BgClassName
{
background-color: #563F7D;
}
</style>
border-color css
<style>
span { border-color: #563F7D; }
span { border-color: rgb(86,63,125); }
td.TdClassName
{
border-color: #563F7D;
}
.TagClassName
{
border-color: #563F7D;
}
</style>