Shades of Kingfisher Daisy #5B1C85
Tints of Kingfisher Daisy #5B1C85
RGB
CMYK
RGB Variations
Color information
#5B1C85 (or 0x5B1C85) is known color: Kingfisher Daisy. HEX triplet: 5B, 1C and 85. RGB value is (91,28,133). Sum of RGB (Red+Green+Blue) = 91+28+133=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B1C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1C85 is #A4E37A. Grayscale: #3A3A3A. Windows color (decimal): -10806139 or 8723547. OLE color: 8723547.
HSL color Cylindrical-coordinate representation of color #5B1C85: hue angle of 276º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1C85 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 28 | 133 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.48 |
| HSL | 276º | 0.65% | 0.32% | - |
| HSV(B) | 276º | 0.79% | 0.52% | - |
| XYZ | 8.96 | 4.75 | 22.63 | - |
| YUV | 58.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 133 | 0.32 | 0.79 | 0 | 0.48 | 276 | 0.65 | 0.32 |
| Hex | 5B | 1C | 85 | 20 | 4F | 0 | 30 | 114 | 41 | 20 |
| Octal | 133 | 34 | 205 | 40 | 117 | 0 | 60 | 424 | 101 | 40 |
| Binary | 1011011 | 11100 | 10000101 | 100000 | 1001111 | 0 | 110000 | 100010100 | 1000001 | 100000 |
Color Harmonies of #5B1C85
Complementary color
Monochromatic Colors of #5B1C85
Black with #5B1C85
Text Example
Text Example
White with #5B1C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C85; }
p { color: rgb(91,28,133); }
H1.HeaderClassName
{
color: #5B1C85;
}
.AnyTagClassName
{
color: #5B1C85;
}
</style>
background-color css
<style>
a { background-color: #5B1C85; }
a { background-color: rgb(91,28,133); }
div.DivClassName
{
background-color: #5B1C85;
}
.BgClassName
{
background-color: #5B1C85;
}
</style>
border-color css
<style>
span { border-color: #5B1C85; }
span { border-color: rgb(91,28,133); }
td.TdClassName
{
border-color: #5B1C85;
}
.TagClassName
{
border-color: #5B1C85;
}
</style>