Shades of Kingfisher Daisy #5D268D
Tints of Kingfisher Daisy #5D268D
RGB
CMYK
RGB Variations
Color information
#5D268D (or 0x5D268D) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 8D. RGB value is (93,38,141). Sum of RGB (Red+Green+Blue) = 93+38+141=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D268D is #A2D972. Grayscale: #414141. Windows color (decimal): -10672499 or 9250397. OLE color: 9250397.
HSL color Cylindrical-coordinate representation of color #5D268D: hue angle of 272.04º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D268D is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 38 | 141 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.45 |
| HSL | 272.04º | 0.58% | 0.35% | - |
| HSV(B) | 272.04º | 0.73% | 0.55% | - |
| XYZ | 10.02 | 5.64 | 25.76 | - |
| YUV | 66.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 141 | 0.34 | 0.73 | 0 | 0.45 | 272.04 | 0.58 | 0.35 |
| Hex | 5D | 26 | 8D | 22 | 49 | 0 | 2D | 110 | 3A | 23 |
| Octal | 135 | 46 | 215 | 42 | 111 | 0 | 55 | 420 | 72 | 43 |
| Binary | 1011101 | 100110 | 10001101 | 100010 | 1001001 | 0 | 101101 | 100010000 | 111010 | 100011 |
Color Harmonies of #5D268D
Complementary color
Monochromatic Colors of #5D268D
Black with #5D268D
Text Example
Text Example
White with #5D268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D268D; }
p { color: rgb(93,38,141); }
H1.HeaderClassName
{
color: #5D268D;
}
.AnyTagClassName
{
color: #5D268D;
}
</style>
background-color css
<style>
a { background-color: #5D268D; }
a { background-color: rgb(93,38,141); }
div.DivClassName
{
background-color: #5D268D;
}
.BgClassName
{
background-color: #5D268D;
}
</style>
border-color css
<style>
span { border-color: #5D268D; }
span { border-color: rgb(93,38,141); }
td.TdClassName
{
border-color: #5D268D;
}
.TagClassName
{
border-color: #5D268D;
}
</style>