Shades of Kingfisher Daisy #5D2090
Tints of Kingfisher Daisy #5D2090
RGB
CMYK
RGB Variations
Color information
#5D2090 (or 0x5D2090) is known color: Kingfisher Daisy. HEX triplet: 5D, 20 and 90. RGB value is (93,32,144). Sum of RGB (Red+Green+Blue) = 93+32+144=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2090 is #A2DF6F. Grayscale: #3E3E3E. Windows color (decimal): -10674032 or 9445469. OLE color: 9445469.
HSL color Cylindrical-coordinate representation of color #5D2090: hue angle of 272.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2090 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 32 | 144 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.44 |
| HSL | 272.68º | 0.64% | 0.35% | - |
| HSV(B) | 272.68º | 0.78% | 0.56% | - |
| XYZ | 10.06 | 5.37 | 26.89 | - |
| YUV | 63.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 144 | 0.35 | 0.78 | 0 | 0.44 | 272.68 | 0.64 | 0.35 |
| Hex | 5D | 20 | 90 | 23 | 4E | 0 | 2C | 111 | 40 | 23 |
| Octal | 135 | 40 | 220 | 43 | 116 | 0 | 54 | 421 | 100 | 43 |
| Binary | 1011101 | 100000 | 10010000 | 100011 | 1001110 | 0 | 101100 | 100010001 | 1000000 | 100011 |
Color Harmonies of #5D2090
Complementary color
Monochromatic Colors of #5D2090
Black with #5D2090
Text Example
Text Example
White with #5D2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2090; }
p { color: rgb(93,32,144); }
H1.HeaderClassName
{
color: #5D2090;
}
.AnyTagClassName
{
color: #5D2090;
}
</style>
background-color css
<style>
a { background-color: #5D2090; }
a { background-color: rgb(93,32,144); }
div.DivClassName
{
background-color: #5D2090;
}
.BgClassName
{
background-color: #5D2090;
}
</style>
border-color css
<style>
span { border-color: #5D2090; }
span { border-color: rgb(93,32,144); }
td.TdClassName
{
border-color: #5D2090;
}
.TagClassName
{
border-color: #5D2090;
}
</style>