Shades of Kingfisher Daisy #56278C
Tints of Kingfisher Daisy #56278C
RGB
CMYK
RGB Variations
Color information
#56278C (or 0x56278C) is known color: Kingfisher Daisy. HEX triplet: 56, 27 and 8C. RGB value is (86,39,140). Sum of RGB (Red+Green+Blue) = 86+39+140=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #56278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56278C is #A9D873. Grayscale: #404040. Windows color (decimal): -11130996 or 9185110. OLE color: 9185110.
HSL color Cylindrical-coordinate representation of color #56278C: hue angle of 267.92º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56278C is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 39 | 140 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.45 |
| HSL | 267.92º | 0.56% | 0.35% | - |
| HSV(B) | 267.92º | 0.72% | 0.55% | - |
| XYZ | 9.3 | 5.32 | 25.35 | - |
| YUV | 64.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 140 | 0.39 | 0.72 | 0 | 0.45 | 267.92 | 0.56 | 0.35 |
| Hex | 56 | 27 | 8C | 27 | 48 | 0 | 2D | 10C | 38 | 23 |
| Octal | 126 | 47 | 214 | 47 | 110 | 0 | 55 | 414 | 70 | 43 |
| Binary | 1010110 | 100111 | 10001100 | 100111 | 1001000 | 0 | 101101 | 100001100 | 111000 | 100011 |
Color Harmonies of #56278C
Complementary color
Monochromatic Colors of #56278C
Black with #56278C
Text Example
Text Example
White with #56278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56278C; }
p { color: rgb(86,39,140); }
H1.HeaderClassName
{
color: #56278C;
}
.AnyTagClassName
{
color: #56278C;
}
</style>
background-color css
<style>
a { background-color: #56278C; }
a { background-color: rgb(86,39,140); }
div.DivClassName
{
background-color: #56278C;
}
.BgClassName
{
background-color: #56278C;
}
</style>
border-color css
<style>
span { border-color: #56278C; }
span { border-color: rgb(86,39,140); }
td.TdClassName
{
border-color: #56278C;
}
.TagClassName
{
border-color: #56278C;
}
</style>