Shades of Kingfisher Daisy #5B1C87
Tints of Kingfisher Daisy #5B1C87
RGB
CMYK
RGB Variations
Color information
#5B1C87 (or 0x5B1C87) is known color: Kingfisher Daisy. HEX triplet: 5B, 1C and 87. RGB value is (91,28,135). Sum of RGB (Red+Green+Blue) = 91+28+135=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B1C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1C87 is #A4E378. Grayscale: #3A3A3A. Windows color (decimal): -10806137 or 8854619. OLE color: 8854619.
HSL color Cylindrical-coordinate representation of color #5B1C87: hue angle of 275.33º degrees, saturation: 0.66, 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 #5B1C87 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 28 | 135 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.47 |
| HSL | 275.33º | 0.66% | 0.32% | - |
| HSV(B) | 275.33º | 0.79% | 0.53% | - |
| XYZ | 9.1 | 4.8 | 23.37 | - |
| YUV | 59.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 135 | 0.33 | 0.79 | 0 | 0.47 | 275.33 | 0.66 | 0.32 |
| Hex | 5B | 1C | 87 | 21 | 4F | 0 | 2F | 113 | 42 | 20 |
| Octal | 133 | 34 | 207 | 41 | 117 | 0 | 57 | 423 | 102 | 40 |
| Binary | 1011011 | 11100 | 10000111 | 100001 | 1001111 | 0 | 101111 | 100010011 | 1000010 | 100000 |
Color Harmonies of #5B1C87
Complementary color
Monochromatic Colors of #5B1C87
Black with #5B1C87
Text Example
Text Example
White with #5B1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C87; }
p { color: rgb(91,28,135); }
H1.HeaderClassName
{
color: #5B1C87;
}
.AnyTagClassName
{
color: #5B1C87;
}
</style>
background-color css
<style>
a { background-color: #5B1C87; }
a { background-color: rgb(91,28,135); }
div.DivClassName
{
background-color: #5B1C87;
}
.BgClassName
{
background-color: #5B1C87;
}
</style>
border-color css
<style>
span { border-color: #5B1C87; }
span { border-color: rgb(91,28,135); }
td.TdClassName
{
border-color: #5B1C87;
}
.TagClassName
{
border-color: #5B1C87;
}
</style>