Shades of Kingfisher Daisy #5D257E
Tints of Kingfisher Daisy #5D257E
RGB
CMYK
RGB Variations
Color information
#5D257E (or 0x5D257E) is known color: Kingfisher Daisy. HEX triplet: 5D, 25 and 7E. RGB value is (93,37,126). Sum of RGB (Red+Green+Blue) = 93+37+126=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D257E is #A2DA81. Grayscale: #3F3F3F. Windows color (decimal): -10672770 or 8267101. OLE color: 8267101.
HSL color Cylindrical-coordinate representation of color #5D257E: hue angle of 277.75º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D257E is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 37 | 126 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.51 |
| HSL | 277.75º | 0.55% | 0.32% | - |
| HSV(B) | 277.75º | 0.71% | 0.49% | - |
| XYZ | 8.94 | 5.16 | 20.26 | - |
| YUV | 63.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 126 | 0.26 | 0.71 | 0 | 0.51 | 277.75 | 0.55 | 0.32 |
| Hex | 5D | 25 | 7E | 1A | 47 | 0 | 33 | 116 | 37 | 20 |
| Octal | 135 | 45 | 176 | 32 | 107 | 0 | 63 | 426 | 67 | 40 |
| Binary | 1011101 | 100101 | 1111110 | 11010 | 1000111 | 0 | 110011 | 100010110 | 110111 | 100000 |
Color Harmonies of #5D257E
Complementary color
Monochromatic Colors of #5D257E
Black with #5D257E
Text Example
Text Example
White with #5D257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D257E; }
p { color: rgb(93,37,126); }
H1.HeaderClassName
{
color: #5D257E;
}
.AnyTagClassName
{
color: #5D257E;
}
</style>
background-color css
<style>
a { background-color: #5D257E; }
a { background-color: rgb(93,37,126); }
div.DivClassName
{
background-color: #5D257E;
}
.BgClassName
{
background-color: #5D257E;
}
</style>
border-color css
<style>
span { border-color: #5D257E; }
span { border-color: rgb(93,37,126); }
td.TdClassName
{
border-color: #5D257E;
}
.TagClassName
{
border-color: #5D257E;
}
</style>