Shades of Kingfisher Daisy #5D2396
Tints of Kingfisher Daisy #5D2396
RGB
CMYK
RGB Variations
Color information
#5D2396 (or 0x5D2396) is known color: Kingfisher Daisy. HEX triplet: 5D, 23 and 96. RGB value is (93,35,150). Sum of RGB (Red+Green+Blue) = 93+35+150=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D2396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2396 is #A2DC69. Grayscale: #414141. Windows color (decimal): -10673258 or 9839453. OLE color: 9839453.
HSL color Cylindrical-coordinate representation of color #5D2396: hue angle of 270.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2396 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 35 | 150 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.41 |
| HSL | 270.26º | 0.62% | 0.36% | - |
| HSV(B) | 270.26º | 0.77% | 0.59% | - |
| XYZ | 10.62 | 5.73 | 29.4 | - |
| YUV | 65.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 150 | 0.38 | 0.77 | 0 | 0.41 | 270.26 | 0.62 | 0.36 |
| Hex | 5D | 23 | 96 | 26 | 4D | 0 | 29 | 10E | 3E | 24 |
| Octal | 135 | 43 | 226 | 46 | 115 | 0 | 51 | 416 | 76 | 44 |
| Binary | 1011101 | 100011 | 10010110 | 100110 | 1001101 | 0 | 101001 | 100001110 | 111110 | 100100 |
Color Harmonies of #5D2396
Complementary color
Monochromatic Colors of #5D2396
Black with #5D2396
Text Example
Text Example
White with #5D2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2396; }
p { color: rgb(93,35,150); }
H1.HeaderClassName
{
color: #5D2396;
}
.AnyTagClassName
{
color: #5D2396;
}
</style>
background-color css
<style>
a { background-color: #5D2396; }
a { background-color: rgb(93,35,150); }
div.DivClassName
{
background-color: #5D2396;
}
.BgClassName
{
background-color: #5D2396;
}
</style>
border-color css
<style>
span { border-color: #5D2396; }
span { border-color: rgb(93,35,150); }
td.TdClassName
{
border-color: #5D2396;
}
.TagClassName
{
border-color: #5D2396;
}
</style>