Shades of Kingfisher Daisy #5D1D80
Tints of Kingfisher Daisy #5D1D80
RGB
CMYK
RGB Variations
Color information
#5D1D80 (or 0x5D1D80) is known color: Kingfisher Daisy. HEX triplet: 5D, 1D and 80. RGB value is (93,29,128). Sum of RGB (Red+Green+Blue) = 93+29+128=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #5D1D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1D80 is #A2E27F. Grayscale: #3B3B3B. Windows color (decimal): -10674816 or 8396125. OLE color: 8396125.
HSL color Cylindrical-coordinate representation of color #5D1D80: hue angle of 278.79º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1D80 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 29 | 128 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.50 |
| HSL | 278.79º | 0.63% | 0.31% | - |
| HSV(B) | 278.79º | 0.77% | 0.5% | - |
| XYZ | 8.85 | 4.76 | 20.88 | - |
| YUV | 59.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 128 | 0.27 | 0.77 | 0 | 0.50 | 278.79 | 0.63 | 0.31 |
| Hex | 5D | 1D | 80 | 1B | 4D | 0 | 32 | 117 | 3F | 1F |
| Octal | 135 | 35 | 200 | 33 | 115 | 0 | 62 | 427 | 77 | 37 |
| Binary | 1011101 | 11101 | 10000000 | 11011 | 1001101 | 0 | 110010 | 100010111 | 111111 | 11111 |
Color Harmonies of #5D1D80
Complementary color
Monochromatic Colors of #5D1D80
Black with #5D1D80
Text Example
Text Example
White with #5D1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D80; }
p { color: rgb(93,29,128); }
H1.HeaderClassName
{
color: #5D1D80;
}
.AnyTagClassName
{
color: #5D1D80;
}
</style>
background-color css
<style>
a { background-color: #5D1D80; }
a { background-color: rgb(93,29,128); }
div.DivClassName
{
background-color: #5D1D80;
}
.BgClassName
{
background-color: #5D1D80;
}
</style>
border-color css
<style>
span { border-color: #5D1D80; }
span { border-color: rgb(93,29,128); }
td.TdClassName
{
border-color: #5D1D80;
}
.TagClassName
{
border-color: #5D1D80;
}
</style>