Shades of Kingfisher Daisy #5B2095
Tints of Kingfisher Daisy #5B2095
RGB
CMYK
RGB Variations
Color information
#5B2095 (or 0x5B2095) is known color: Kingfisher Daisy. HEX triplet: 5B, 20 and 95. RGB value is (91,32,149). Sum of RGB (Red+Green+Blue) = 91+32+149=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2095 is #A4DF6A. Grayscale: #3E3E3E. Windows color (decimal): -10805099 or 9773147. OLE color: 9773147.
HSL color Cylindrical-coordinate representation of color #5B2095: hue angle of 270.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2095 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 32 | 149 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.42 |
| HSL | 270.26º | 0.65% | 0.35% | - |
| HSV(B) | 270.26º | 0.79% | 0.58% | - |
| XYZ | 10.26 | 5.43 | 28.94 | - |
| YUV | 62.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 149 | 0.39 | 0.79 | 0 | 0.42 | 270.26 | 0.65 | 0.35 |
| Hex | 5B | 20 | 95 | 27 | 4F | 0 | 2A | 10E | 41 | 23 |
| Octal | 133 | 40 | 225 | 47 | 117 | 0 | 52 | 416 | 101 | 43 |
| Binary | 1011011 | 100000 | 10010101 | 100111 | 1001111 | 0 | 101010 | 100001110 | 1000001 | 100011 |
Color Harmonies of #5B2095
Complementary color
Monochromatic Colors of #5B2095
Black with #5B2095
Text Example
Text Example
White with #5B2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2095; }
p { color: rgb(91,32,149); }
H1.HeaderClassName
{
color: #5B2095;
}
.AnyTagClassName
{
color: #5B2095;
}
</style>
background-color css
<style>
a { background-color: #5B2095; }
a { background-color: rgb(91,32,149); }
div.DivClassName
{
background-color: #5B2095;
}
.BgClassName
{
background-color: #5B2095;
}
</style>
border-color css
<style>
span { border-color: #5B2095; }
span { border-color: rgb(91,32,149); }
td.TdClassName
{
border-color: #5B2095;
}
.TagClassName
{
border-color: #5B2095;
}
</style>