Shades of Kingfisher Daisy #5B1D92
Tints of Kingfisher Daisy #5B1D92
RGB
CMYK
RGB Variations
Color information
#5B1D92 (or 0x5B1D92) is known color: Kingfisher Daisy. HEX triplet: 5B, 1D and 92. RGB value is (91,29,146). Sum of RGB (Red+Green+Blue) = 91+29+146=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B1D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1D92 is #A4E26D. Grayscale: #3C3C3C. Windows color (decimal): -10805870 or 9575771. OLE color: 9575771.
HSL color Cylindrical-coordinate representation of color #5B1D92: hue angle of 271.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1D92 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 29 | 146 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.43 |
| HSL | 271.79º | 0.67% | 0.34% | - |
| HSV(B) | 271.79º | 0.8% | 0.57% | - |
| XYZ | 9.94 | 5.18 | 27.67 | - |
| YUV | 60.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 146 | 0.38 | 0.80 | 0 | 0.43 | 271.79 | 0.67 | 0.34 |
| Hex | 5B | 1D | 92 | 26 | 50 | 0 | 2B | 110 | 43 | 22 |
| Octal | 133 | 35 | 222 | 46 | 120 | 0 | 53 | 420 | 103 | 42 |
| Binary | 1011011 | 11101 | 10010010 | 100110 | 1010000 | 0 | 101011 | 100010000 | 1000011 | 100010 |
Color Harmonies of #5B1D92
Complementary color
Monochromatic Colors of #5B1D92
Black with #5B1D92
Text Example
Text Example
White with #5B1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D92; }
p { color: rgb(91,29,146); }
H1.HeaderClassName
{
color: #5B1D92;
}
.AnyTagClassName
{
color: #5B1D92;
}
</style>
background-color css
<style>
a { background-color: #5B1D92; }
a { background-color: rgb(91,29,146); }
div.DivClassName
{
background-color: #5B1D92;
}
.BgClassName
{
background-color: #5B1D92;
}
</style>
border-color css
<style>
span { border-color: #5B1D92; }
span { border-color: rgb(91,29,146); }
td.TdClassName
{
border-color: #5B1D92;
}
.TagClassName
{
border-color: #5B1D92;
}
</style>