Shades of Kingfisher Daisy #5D1D88
Tints of Kingfisher Daisy #5D1D88
RGB
CMYK
RGB Variations
Color information
#5D1D88 (or 0x5D1D88) is known color: Kingfisher Daisy. HEX triplet: 5D, 1D and 88. RGB value is (93,29,136). Sum of RGB (Red+Green+Blue) = 93+29+136=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D1D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1D88 is #A2E277. Grayscale: #3B3B3B. Windows color (decimal): -10674808 or 8920413. OLE color: 8920413.
HSL color Cylindrical-coordinate representation of color #5D1D88: hue angle of 275.89º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1D88 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 29 | 136 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.47 |
| HSL | 275.89º | 0.65% | 0.32% | - |
| HSV(B) | 275.89º | 0.79% | 0.53% | - |
| XYZ | 9.4 | 4.98 | 23.76 | - |
| YUV | 60.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 136 | 0.32 | 0.79 | 0 | 0.47 | 275.89 | 0.65 | 0.32 |
| Hex | 5D | 1D | 88 | 20 | 4F | 0 | 2F | 114 | 41 | 20 |
| Octal | 135 | 35 | 210 | 40 | 117 | 0 | 57 | 424 | 101 | 40 |
| Binary | 1011101 | 11101 | 10001000 | 100000 | 1001111 | 0 | 101111 | 100010100 | 1000001 | 100000 |
Color Harmonies of #5D1D88
Complementary color
Monochromatic Colors of #5D1D88
Black with #5D1D88
Text Example
Text Example
White with #5D1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D88; }
p { color: rgb(93,29,136); }
H1.HeaderClassName
{
color: #5D1D88;
}
.AnyTagClassName
{
color: #5D1D88;
}
</style>
background-color css
<style>
a { background-color: #5D1D88; }
a { background-color: rgb(93,29,136); }
div.DivClassName
{
background-color: #5D1D88;
}
.BgClassName
{
background-color: #5D1D88;
}
</style>
border-color css
<style>
span { border-color: #5D1D88; }
span { border-color: rgb(93,29,136); }
td.TdClassName
{
border-color: #5D1D88;
}
.TagClassName
{
border-color: #5D1D88;
}
</style>