Shades of Kingfisher Daisy #56248E
Tints of Kingfisher Daisy #56248E
RGB
CMYK
RGB Variations
Color information
#56248E (or 0x56248E) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 8E. RGB value is (86,36,142). Sum of RGB (Red+Green+Blue) = 86+36+142=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #56248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56248E is #A9DB71. Grayscale: #3E3E3E. Windows color (decimal): -11131762 or 9315414. OLE color: 9315414.
HSL color Cylindrical-coordinate representation of color #56248E: hue angle of 268.3º 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 #56248E is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 36 | 142 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.44 |
| HSL | 268.3º | 0.6% | 0.35% | - |
| HSV(B) | 268.3º | 0.75% | 0.56% | - |
| XYZ | 9.35 | 5.19 | 26.1 | - |
| YUV | 63.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 142 | 0.39 | 0.75 | 0 | 0.44 | 268.3 | 0.6 | 0.35 |
| Hex | 56 | 24 | 8E | 27 | 4B | 0 | 2C | 10C | 3C | 23 |
| Octal | 126 | 44 | 216 | 47 | 113 | 0 | 54 | 414 | 74 | 43 |
| Binary | 1010110 | 100100 | 10001110 | 100111 | 1001011 | 0 | 101100 | 100001100 | 111100 | 100011 |
Color Harmonies of #56248E
Complementary color
Monochromatic Colors of #56248E
Black with #56248E
Text Example
Text Example
White with #56248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56248E; }
p { color: rgb(86,36,142); }
H1.HeaderClassName
{
color: #56248E;
}
.AnyTagClassName
{
color: #56248E;
}
</style>
background-color css
<style>
a { background-color: #56248E; }
a { background-color: rgb(86,36,142); }
div.DivClassName
{
background-color: #56248E;
}
.BgClassName
{
background-color: #56248E;
}
</style>
border-color css
<style>
span { border-color: #56248E; }
span { border-color: rgb(86,36,142); }
td.TdClassName
{
border-color: #56248E;
}
.TagClassName
{
border-color: #56248E;
}
</style>