Shades of Kingfisher Daisy #561C99
Tints of Kingfisher Daisy #561C99
RGB
CMYK
RGB Variations
Color information
#561C99 (or 0x561C99) is known color: Kingfisher Daisy. HEX triplet: 56, 1C and 99. RGB value is (86,28,153). Sum of RGB (Red+Green+Blue) = 86+28+153=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #561C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C99 is #A9E366. Grayscale: #3B3B3B. Windows color (decimal): -11133799 or 10034262. OLE color: 10034262.
HSL color Cylindrical-coordinate representation of color #561C99: hue angle of 267.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561C99 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 28 | 153 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.4 |
| HSL | 267.84º | 0.69% | 0.35% | - |
| HSV(B) | 267.84º | 0.82% | 0.6% | - |
| XYZ | 10 | 5.11 | 30.6 | - |
| YUV | 59.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 153 | 0.44 | 0.82 | 0 | 0.4 | 267.84 | 0.69 | 0.35 |
| Hex | 56 | 1C | 99 | 2C | 52 | 0 | 28 | 10C | 45 | 23 |
| Octal | 126 | 34 | 231 | 54 | 122 | 0 | 50 | 414 | 105 | 43 |
| Binary | 1010110 | 11100 | 10011001 | 101100 | 1010010 | 0 | 101000 | 100001100 | 1000101 | 100011 |
Color Harmonies of #561C99
Complementary color
Monochromatic Colors of #561C99
Black with #561C99
Text Example
Text Example
White with #561C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C99; }
p { color: rgb(86,28,153); }
H1.HeaderClassName
{
color: #561C99;
}
.AnyTagClassName
{
color: #561C99;
}
</style>
background-color css
<style>
a { background-color: #561C99; }
a { background-color: rgb(86,28,153); }
div.DivClassName
{
background-color: #561C99;
}
.BgClassName
{
background-color: #561C99;
}
</style>
border-color css
<style>
span { border-color: #561C99; }
span { border-color: rgb(86,28,153); }
td.TdClassName
{
border-color: #561C99;
}
.TagClassName
{
border-color: #561C99;
}
</style>