Shades of Kingfisher Daisy #5D1F87
Tints of Kingfisher Daisy #5D1F87
RGB
CMYK
RGB Variations
Color information
#5D1F87 (or 0x5D1F87) is known color: Kingfisher Daisy. HEX triplet: 5D, 1F and 87. RGB value is (93,31,135). Sum of RGB (Red+Green+Blue) = 93+31+135=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D1F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1F87 is #A2E078. Grayscale: #3D3D3D. Windows color (decimal): -10674297 or 8855389. OLE color: 8855389.
HSL color Cylindrical-coordinate representation of color #5D1F87: hue angle of 275.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1F87 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 31 | 135 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.47 |
| HSL | 275.77º | 0.63% | 0.33% | - |
| HSV(B) | 275.77º | 0.77% | 0.53% | - |
| XYZ | 9.38 | 5.06 | 23.4 | - |
| YUV | 61.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 135 | 0.31 | 0.77 | 0 | 0.47 | 275.77 | 0.63 | 0.33 |
| Hex | 5D | 1F | 87 | 1F | 4D | 0 | 2F | 114 | 3F | 21 |
| Octal | 135 | 37 | 207 | 37 | 115 | 0 | 57 | 424 | 77 | 41 |
| Binary | 1011101 | 11111 | 10000111 | 11111 | 1001101 | 0 | 101111 | 100010100 | 111111 | 100001 |
Color Harmonies of #5D1F87
Complementary color
Monochromatic Colors of #5D1F87
Black with #5D1F87
Text Example
Text Example
White with #5D1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F87; }
p { color: rgb(93,31,135); }
H1.HeaderClassName
{
color: #5D1F87;
}
.AnyTagClassName
{
color: #5D1F87;
}
</style>
background-color css
<style>
a { background-color: #5D1F87; }
a { background-color: rgb(93,31,135); }
div.DivClassName
{
background-color: #5D1F87;
}
.BgClassName
{
background-color: #5D1F87;
}
</style>
border-color css
<style>
span { border-color: #5D1F87; }
span { border-color: rgb(93,31,135); }
td.TdClassName
{
border-color: #5D1F87;
}
.TagClassName
{
border-color: #5D1F87;
}
</style>