Shades of Kingfisher Daisy #5D2495
Tints of Kingfisher Daisy #5D2495
RGB
CMYK
RGB Variations
Color information
#5D2495 (or 0x5D2495) is known color: Kingfisher Daisy. HEX triplet: 5D, 24 and 95. RGB value is (93,36,149). Sum of RGB (Red+Green+Blue) = 93+36+149=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D2495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2495 is #A2DB6A. Grayscale: #414141. Windows color (decimal): -10673003 or 9774173. OLE color: 9774173.
HSL color Cylindrical-coordinate representation of color #5D2495: hue angle of 270.27º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2495 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 36 | 149 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.42 |
| HSL | 270.27º | 0.61% | 0.36% | - |
| HSV(B) | 270.27º | 0.76% | 0.58% | - |
| XYZ | 10.57 | 5.76 | 28.99 | - |
| YUV | 65.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 149 | 0.38 | 0.76 | 0 | 0.42 | 270.27 | 0.61 | 0.36 |
| Hex | 5D | 24 | 95 | 26 | 4C | 0 | 2A | 10E | 3D | 24 |
| Octal | 135 | 44 | 225 | 46 | 114 | 0 | 52 | 416 | 75 | 44 |
| Binary | 1011101 | 100100 | 10010101 | 100110 | 1001100 | 0 | 101010 | 100001110 | 111101 | 100100 |
Color Harmonies of #5D2495
Complementary color
Monochromatic Colors of #5D2495
Black with #5D2495
Text Example
Text Example
White with #5D2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2495; }
p { color: rgb(93,36,149); }
H1.HeaderClassName
{
color: #5D2495;
}
.AnyTagClassName
{
color: #5D2495;
}
</style>
background-color css
<style>
a { background-color: #5D2495; }
a { background-color: rgb(93,36,149); }
div.DivClassName
{
background-color: #5D2495;
}
.BgClassName
{
background-color: #5D2495;
}
</style>
border-color css
<style>
span { border-color: #5D2495; }
span { border-color: rgb(93,36,149); }
td.TdClassName
{
border-color: #5D2495;
}
.TagClassName
{
border-color: #5D2495;
}
</style>