Shades of Kingfisher Daisy #563074
Tints of Kingfisher Daisy #563074
RGB
CMYK
RGB Variations
Color information
#563074 (or 0x563074) is known color: Kingfisher Daisy. HEX triplet: 56, 30 and 74. RGB value is (86,48,116). Sum of RGB (Red+Green+Blue) = 86+48+116=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #563074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563074 is #A9CF8B. Grayscale: #424242. Windows color (decimal): -11128716 or 7614550. OLE color: 7614550.
HSL color Cylindrical-coordinate representation of color #563074: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563074 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 48 | 116 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.55 |
| HSL | 273.53º | 0.41% | 0.32% | - |
| HSV(B) | 273.53º | 0.59% | 0.45% | - |
| XYZ | 8.05 | 5.35 | 17.13 | - |
| YUV | 67.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 116 | 0.26 | 0.59 | 0 | 0.55 | 273.53 | 0.41 | 0.32 |
| Hex | 56 | 30 | 74 | 1A | 3B | 0 | 37 | 112 | 29 | 20 |
| Octal | 126 | 60 | 164 | 32 | 73 | 0 | 67 | 422 | 51 | 40 |
| Binary | 1010110 | 110000 | 1110100 | 11010 | 111011 | 0 | 110111 | 100010010 | 101001 | 100000 |
Color Harmonies of #563074
Complementary color
Monochromatic Colors of #563074
Black with #563074
Text Example
Text Example
White with #563074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563074; }
p { color: rgb(86,48,116); }
H1.HeaderClassName
{
color: #563074;
}
.AnyTagClassName
{
color: #563074;
}
</style>
background-color css
<style>
a { background-color: #563074; }
a { background-color: rgb(86,48,116); }
div.DivClassName
{
background-color: #563074;
}
.BgClassName
{
background-color: #563074;
}
</style>
border-color css
<style>
span { border-color: #563074; }
span { border-color: rgb(86,48,116); }
td.TdClassName
{
border-color: #563074;
}
.TagClassName
{
border-color: #563074;
}
</style>