Shades of Kingfisher Daisy #56248F
Tints of Kingfisher Daisy #56248F
RGB
CMYK
RGB Variations
Color information
#56248F (or 0x56248F) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 8F. RGB value is (86,36,143). Sum of RGB (Red+Green+Blue) = 86+36+143=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #56248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56248F is #A9DB70. Grayscale: #3E3E3E. Windows color (decimal): -11131761 or 9380950. OLE color: 9380950.
HSL color Cylindrical-coordinate representation of color #56248F: hue angle of 268.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56248F is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 36 | 143 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.44 |
| HSL | 268.04º | 0.6% | 0.35% | - |
| HSV(B) | 268.04º | 0.75% | 0.56% | - |
| XYZ | 9.43 | 5.22 | 26.5 | - |
| YUV | 63.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 143 | 0.40 | 0.75 | 0 | 0.44 | 268.04 | 0.6 | 0.35 |
| Hex | 56 | 24 | 8F | 28 | 4B | 0 | 2C | 10C | 3C | 23 |
| Octal | 126 | 44 | 217 | 50 | 113 | 0 | 54 | 414 | 74 | 43 |
| Binary | 1010110 | 100100 | 10001111 | 101000 | 1001011 | 0 | 101100 | 100001100 | 111100 | 100011 |
Color Harmonies of #56248F
Complementary color
Monochromatic Colors of #56248F
Black with #56248F
Text Example
Text Example
White with #56248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56248F; }
p { color: rgb(86,36,143); }
H1.HeaderClassName
{
color: #56248F;
}
.AnyTagClassName
{
color: #56248F;
}
</style>
background-color css
<style>
a { background-color: #56248F; }
a { background-color: rgb(86,36,143); }
div.DivClassName
{
background-color: #56248F;
}
.BgClassName
{
background-color: #56248F;
}
</style>
border-color css
<style>
span { border-color: #56248F; }
span { border-color: rgb(86,36,143); }
td.TdClassName
{
border-color: #56248F;
}
.TagClassName
{
border-color: #56248F;
}
</style>