Shades of Kingfisher Daisy #5D2287
Tints of Kingfisher Daisy #5D2287
RGB
CMYK
RGB Variations
Color information
#5D2287 (or 0x5D2287) is known color: Kingfisher Daisy. HEX triplet: 5D, 22 and 87. RGB value is (93,34,135). Sum of RGB (Red+Green+Blue) = 93+34+135=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D2287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2287 is #A2DD78. Grayscale: #3E3E3E. Windows color (decimal): -10673529 or 8856157. OLE color: 8856157.
HSL color Cylindrical-coordinate representation of color #5D2287: hue angle of 275.05º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2287 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 34 | 135 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.47 |
| HSL | 275.05º | 0.6% | 0.33% | - |
| HSV(B) | 275.05º | 0.75% | 0.53% | - |
| XYZ | 9.46 | 5.22 | 23.43 | - |
| YUV | 63.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 135 | 0.31 | 0.75 | 0 | 0.47 | 275.05 | 0.6 | 0.33 |
| Hex | 5D | 22 | 87 | 1F | 4B | 0 | 2F | 113 | 3C | 21 |
| Octal | 135 | 42 | 207 | 37 | 113 | 0 | 57 | 423 | 74 | 41 |
| Binary | 1011101 | 100010 | 10000111 | 11111 | 1001011 | 0 | 101111 | 100010011 | 111100 | 100001 |
Color Harmonies of #5D2287
Complementary color
Monochromatic Colors of #5D2287
Black with #5D2287
Text Example
Text Example
White with #5D2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2287; }
p { color: rgb(93,34,135); }
H1.HeaderClassName
{
color: #5D2287;
}
.AnyTagClassName
{
color: #5D2287;
}
</style>
background-color css
<style>
a { background-color: #5D2287; }
a { background-color: rgb(93,34,135); }
div.DivClassName
{
background-color: #5D2287;
}
.BgClassName
{
background-color: #5D2287;
}
</style>
border-color css
<style>
span { border-color: #5D2287; }
span { border-color: rgb(93,34,135); }
td.TdClassName
{
border-color: #5D2287;
}
.TagClassName
{
border-color: #5D2287;
}
</style>