Shades of Kingfisher Daisy #5D2894
Tints of Kingfisher Daisy #5D2894
RGB
CMYK
RGB Variations
Color information
#5D2894 (or 0x5D2894) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 94. RGB value is (93,40,148). Sum of RGB (Red+Green+Blue) = 93+40+148=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D2894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2894 is #A2D76B. Grayscale: #434343. Windows color (decimal): -10671980 or 9709661. OLE color: 9709661.
HSL color Cylindrical-coordinate representation of color #5D2894: hue angle of 269.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2894 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 40 | 148 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.42 |
| HSL | 269.44º | 0.57% | 0.37% | - |
| HSV(B) | 269.44º | 0.73% | 0.58% | - |
| XYZ | 10.62 | 5.98 | 28.61 | - |
| YUV | 68.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 148 | 0.37 | 0.73 | 0 | 0.42 | 269.44 | 0.57 | 0.37 |
| Hex | 5D | 28 | 94 | 25 | 49 | 0 | 2A | 10D | 39 | 25 |
| Octal | 135 | 50 | 224 | 45 | 111 | 0 | 52 | 415 | 71 | 45 |
| Binary | 1011101 | 101000 | 10010100 | 100101 | 1001001 | 0 | 101010 | 100001101 | 111001 | 100101 |
Color Harmonies of #5D2894
Complementary color
Monochromatic Colors of #5D2894
Black with #5D2894
Text Example
Text Example
White with #5D2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2894; }
p { color: rgb(93,40,148); }
H1.HeaderClassName
{
color: #5D2894;
}
.AnyTagClassName
{
color: #5D2894;
}
</style>
background-color css
<style>
a { background-color: #5D2894; }
a { background-color: rgb(93,40,148); }
div.DivClassName
{
background-color: #5D2894;
}
.BgClassName
{
background-color: #5D2894;
}
</style>
border-color css
<style>
span { border-color: #5D2894; }
span { border-color: rgb(93,40,148); }
td.TdClassName
{
border-color: #5D2894;
}
.TagClassName
{
border-color: #5D2894;
}
</style>