Shades of Kingfisher Daisy #5D2193
Tints of Kingfisher Daisy #5D2193
RGB
CMYK
RGB Variations
Color information
#5D2193 (or 0x5D2193) is known color: Kingfisher Daisy. HEX triplet: 5D, 21 and 93. RGB value is (93,33,147). Sum of RGB (Red+Green+Blue) = 93+33+147=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D2193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2193 is #A2DE6C. Grayscale: #3F3F3F. Windows color (decimal): -10673773 or 9642333. OLE color: 9642333.
HSL color Cylindrical-coordinate representation of color #5D2193: hue angle of 271.58º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2193 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 33 | 147 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.42 |
| HSL | 271.58º | 0.63% | 0.35% | - |
| HSV(B) | 271.58º | 0.78% | 0.58% | - |
| XYZ | 10.32 | 5.52 | 28.13 | - |
| YUV | 63.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 147 | 0.37 | 0.78 | 0 | 0.42 | 271.58 | 0.63 | 0.35 |
| Hex | 5D | 21 | 93 | 25 | 4E | 0 | 2A | 110 | 3F | 23 |
| Octal | 135 | 41 | 223 | 45 | 116 | 0 | 52 | 420 | 77 | 43 |
| Binary | 1011101 | 100001 | 10010011 | 100101 | 1001110 | 0 | 101010 | 100010000 | 111111 | 100011 |
Color Harmonies of #5D2193
Complementary color
Monochromatic Colors of #5D2193
Black with #5D2193
Text Example
Text Example
White with #5D2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2193; }
p { color: rgb(93,33,147); }
H1.HeaderClassName
{
color: #5D2193;
}
.AnyTagClassName
{
color: #5D2193;
}
</style>
background-color css
<style>
a { background-color: #5D2193; }
a { background-color: rgb(93,33,147); }
div.DivClassName
{
background-color: #5D2193;
}
.BgClassName
{
background-color: #5D2193;
}
</style>
border-color css
<style>
span { border-color: #5D2193; }
span { border-color: rgb(93,33,147); }
td.TdClassName
{
border-color: #5D2193;
}
.TagClassName
{
border-color: #5D2193;
}
</style>