Shades of Kingfisher Daisy #5D2496
Tints of Kingfisher Daisy #5D2496
RGB
CMYK
RGB Variations
Color information
#5D2496 (or 0x5D2496) is known color: Kingfisher Daisy. HEX triplet: 5D, 24 and 96. RGB value is (93,36,150). Sum of RGB (Red+Green+Blue) = 93+36+150=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D2496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2496 is #A2DB69. Grayscale: #414141. Windows color (decimal): -10673002 or 9839709. OLE color: 9839709.
HSL color Cylindrical-coordinate representation of color #5D2496: hue angle of 270º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2496 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 36 | 150 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.41 |
| HSL | 270º | 0.61% | 0.36% | - |
| HSV(B) | 270º | 0.76% | 0.59% | - |
| XYZ | 10.65 | 5.79 | 29.41 | - |
| YUV | 66.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 150 | 0.38 | 0.76 | 0 | 0.41 | 270 | 0.61 | 0.36 |
| Hex | 5D | 24 | 96 | 26 | 4C | 0 | 29 | 10E | 3D | 24 |
| Octal | 135 | 44 | 226 | 46 | 114 | 0 | 51 | 416 | 75 | 44 |
| Binary | 1011101 | 100100 | 10010110 | 100110 | 1001100 | 0 | 101001 | 100001110 | 111101 | 100100 |
Color Harmonies of #5D2496
Complementary color
Monochromatic Colors of #5D2496
Black with #5D2496
Text Example
Text Example
White with #5D2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2496; }
p { color: rgb(93,36,150); }
H1.HeaderClassName
{
color: #5D2496;
}
.AnyTagClassName
{
color: #5D2496;
}
</style>
background-color css
<style>
a { background-color: #5D2496; }
a { background-color: rgb(93,36,150); }
div.DivClassName
{
background-color: #5D2496;
}
.BgClassName
{
background-color: #5D2496;
}
</style>
border-color css
<style>
span { border-color: #5D2496; }
span { border-color: rgb(93,36,150); }
td.TdClassName
{
border-color: #5D2496;
}
.TagClassName
{
border-color: #5D2496;
}
</style>