Shades of Kingfisher Daisy #5B1A94
Tints of Kingfisher Daisy #5B1A94
RGB
CMYK
RGB Variations
Color information
#5B1A94 (or 0x5B1A94) is known color: Kingfisher Daisy. HEX triplet: 5B, 1A and 94. RGB value is (91,26,148). Sum of RGB (Red+Green+Blue) = 91+26+148=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B1A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1A94 is #A4E56B. Grayscale: #3A3A3A. Windows color (decimal): -10806636 or 9706075. OLE color: 9706075.
HSL color Cylindrical-coordinate representation of color #5B1A94: hue angle of 271.97º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1A94 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 26 | 148 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.42 |
| HSL | 271.97º | 0.7% | 0.34% | - |
| HSV(B) | 271.97º | 0.82% | 0.58% | - |
| XYZ | 10.03 | 5.1 | 28.47 | - |
| YUV | 59.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 148 | 0.39 | 0.82 | 0 | 0.42 | 271.97 | 0.7 | 0.34 |
| Hex | 5B | 1A | 94 | 27 | 52 | 0 | 2A | 110 | 46 | 22 |
| Octal | 133 | 32 | 224 | 47 | 122 | 0 | 52 | 420 | 106 | 42 |
| Binary | 1011011 | 11010 | 10010100 | 100111 | 1010010 | 0 | 101010 | 100010000 | 1000110 | 100010 |
Color Harmonies of #5B1A94
Complementary color
Monochromatic Colors of #5B1A94
Black with #5B1A94
Text Example
Text Example
White with #5B1A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A94; }
p { color: rgb(91,26,148); }
H1.HeaderClassName
{
color: #5B1A94;
}
.AnyTagClassName
{
color: #5B1A94;
}
</style>
background-color css
<style>
a { background-color: #5B1A94; }
a { background-color: rgb(91,26,148); }
div.DivClassName
{
background-color: #5B1A94;
}
.BgClassName
{
background-color: #5B1A94;
}
</style>
border-color css
<style>
span { border-color: #5B1A94; }
span { border-color: rgb(91,26,148); }
td.TdClassName
{
border-color: #5B1A94;
}
.TagClassName
{
border-color: #5B1A94;
}
</style>