Shades of Kingfisher Daisy #56258C
Tints of Kingfisher Daisy #56258C
RGB
CMYK
RGB Variations
Color information
#56258C (or 0x56258C) is known color: Kingfisher Daisy. HEX triplet: 56, 25 and 8C. RGB value is (86,37,140). Sum of RGB (Red+Green+Blue) = 86+37+140=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #56258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56258C is #A9DA73. Grayscale: #3F3F3F. Windows color (decimal): -11131508 or 9184598. OLE color: 9184598.
HSL color Cylindrical-coordinate representation of color #56258C: hue angle of 268.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56258C is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 37 | 140 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.45 |
| HSL | 268.54º | 0.58% | 0.35% | - |
| HSV(B) | 268.54º | 0.74% | 0.55% | - |
| XYZ | 9.23 | 5.2 | 25.33 | - |
| YUV | 63.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 140 | 0.39 | 0.74 | 0 | 0.45 | 268.54 | 0.58 | 0.35 |
| Hex | 56 | 25 | 8C | 27 | 4A | 0 | 2D | 10D | 3A | 23 |
| Octal | 126 | 45 | 214 | 47 | 112 | 0 | 55 | 415 | 72 | 43 |
| Binary | 1010110 | 100101 | 10001100 | 100111 | 1001010 | 0 | 101101 | 100001101 | 111010 | 100011 |
Color Harmonies of #56258C
Complementary color
Monochromatic Colors of #56258C
Black with #56258C
Text Example
Text Example
White with #56258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56258C; }
p { color: rgb(86,37,140); }
H1.HeaderClassName
{
color: #56258C;
}
.AnyTagClassName
{
color: #56258C;
}
</style>
background-color css
<style>
a { background-color: #56258C; }
a { background-color: rgb(86,37,140); }
div.DivClassName
{
background-color: #56258C;
}
.BgClassName
{
background-color: #56258C;
}
</style>
border-color css
<style>
span { border-color: #56258C; }
span { border-color: rgb(86,37,140); }
td.TdClassName
{
border-color: #56258C;
}
.TagClassName
{
border-color: #56258C;
}
</style>