Shades of Kingfisher Daisy #56238F
Tints of Kingfisher Daisy #56238F
RGB
CMYK
RGB Variations
Color information
#56238F (or 0x56238F) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 8F. RGB value is (86,35,143). Sum of RGB (Red+Green+Blue) = 86+35+143=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #56238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56238F is #A9DC70. Grayscale: #3E3E3E. Windows color (decimal): -11132017 or 9380694. OLE color: 9380694.
HSL color Cylindrical-coordinate representation of color #56238F: hue angle of 268.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56238F is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 35 | 143 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.44 |
| HSL | 268.33º | 0.61% | 0.35% | - |
| HSV(B) | 268.33º | 0.76% | 0.56% | - |
| XYZ | 9.4 | 5.16 | 26.49 | - |
| YUV | 62.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 143 | 0.40 | 0.76 | 0 | 0.44 | 268.33 | 0.61 | 0.35 |
| Hex | 56 | 23 | 8F | 28 | 4C | 0 | 2C | 10C | 3D | 23 |
| Octal | 126 | 43 | 217 | 50 | 114 | 0 | 54 | 414 | 75 | 43 |
| Binary | 1010110 | 100011 | 10001111 | 101000 | 1001100 | 0 | 101100 | 100001100 | 111101 | 100011 |
Color Harmonies of #56238F
Complementary color
Monochromatic Colors of #56238F
Black with #56238F
Text Example
Text Example
White with #56238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56238F; }
p { color: rgb(86,35,143); }
H1.HeaderClassName
{
color: #56238F;
}
.AnyTagClassName
{
color: #56238F;
}
</style>
background-color css
<style>
a { background-color: #56238F; }
a { background-color: rgb(86,35,143); }
div.DivClassName
{
background-color: #56238F;
}
.BgClassName
{
background-color: #56238F;
}
</style>
border-color css
<style>
span { border-color: #56238F; }
span { border-color: rgb(86,35,143); }
td.TdClassName
{
border-color: #56238F;
}
.TagClassName
{
border-color: #56238F;
}
</style>