Shades of Kingfisher Daisy #5D2588
Tints of Kingfisher Daisy #5D2588
RGB
CMYK
RGB Variations
Color information
#5D2588 (or 0x5D2588) is known color: Kingfisher Daisy. HEX triplet: 5D, 25 and 88. RGB value is (93,37,136). Sum of RGB (Red+Green+Blue) = 93+37+136=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D2588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2588 is #A2DA77. Grayscale: #404040. Windows color (decimal): -10672760 or 8922461. OLE color: 8922461.
HSL color Cylindrical-coordinate representation of color #5D2588: hue angle of 273.94º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2588 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 37 | 136 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.47 |
| HSL | 273.94º | 0.57% | 0.34% | - |
| HSV(B) | 273.94º | 0.73% | 0.53% | - |
| XYZ | 9.62 | 5.43 | 23.83 | - |
| YUV | 65.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 136 | 0.32 | 0.73 | 0 | 0.47 | 273.94 | 0.57 | 0.34 |
| Hex | 5D | 25 | 88 | 20 | 49 | 0 | 2F | 112 | 39 | 22 |
| Octal | 135 | 45 | 210 | 40 | 111 | 0 | 57 | 422 | 71 | 42 |
| Binary | 1011101 | 100101 | 10001000 | 100000 | 1001001 | 0 | 101111 | 100010010 | 111001 | 100010 |
Color Harmonies of #5D2588
Complementary color
Monochromatic Colors of #5D2588
Black with #5D2588
Text Example
Text Example
White with #5D2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2588; }
p { color: rgb(93,37,136); }
H1.HeaderClassName
{
color: #5D2588;
}
.AnyTagClassName
{
color: #5D2588;
}
</style>
background-color css
<style>
a { background-color: #5D2588; }
a { background-color: rgb(93,37,136); }
div.DivClassName
{
background-color: #5D2588;
}
.BgClassName
{
background-color: #5D2588;
}
</style>
border-color css
<style>
span { border-color: #5D2588; }
span { border-color: rgb(93,37,136); }
td.TdClassName
{
border-color: #5D2588;
}
.TagClassName
{
border-color: #5D2588;
}
</style>