Shades of Kingfisher Daisy #5B2A91
Tints of Kingfisher Daisy #5B2A91
RGB
CMYK
RGB Variations
Color information
#5B2A91 (or 0x5B2A91) is known color: Kingfisher Daisy. HEX triplet: 5B, 2A and 91. RGB value is (91,42,145). Sum of RGB (Red+Green+Blue) = 91+42+145=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B2A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2A91 is #A4D56E. Grayscale: #444444. Windows color (decimal): -10802543 or 9513563. OLE color: 9513563.
HSL color Cylindrical-coordinate representation of color #5B2A91: hue angle of 268.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B2A91 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 42 | 145 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.43 |
| HSL | 268.54º | 0.55% | 0.37% | - |
| HSV(B) | 268.54º | 0.71% | 0.57% | - |
| XYZ | 10.25 | 5.92 | 27.39 | - |
| YUV | 68.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 145 | 0.37 | 0.71 | 0 | 0.43 | 268.54 | 0.55 | 0.37 |
| Hex | 5B | 2A | 91 | 25 | 47 | 0 | 2B | 10D | 37 | 25 |
| Octal | 133 | 52 | 221 | 45 | 107 | 0 | 53 | 415 | 67 | 45 |
| Binary | 1011011 | 101010 | 10010001 | 100101 | 1000111 | 0 | 101011 | 100001101 | 110111 | 100101 |
Color Harmonies of #5B2A91
Complementary color
Monochromatic Colors of #5B2A91
Black with #5B2A91
Text Example
Text Example
White with #5B2A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A91; }
p { color: rgb(91,42,145); }
H1.HeaderClassName
{
color: #5B2A91;
}
.AnyTagClassName
{
color: #5B2A91;
}
</style>
background-color css
<style>
a { background-color: #5B2A91; }
a { background-color: rgb(91,42,145); }
div.DivClassName
{
background-color: #5B2A91;
}
.BgClassName
{
background-color: #5B2A91;
}
</style>
border-color css
<style>
span { border-color: #5B2A91; }
span { border-color: rgb(91,42,145); }
td.TdClassName
{
border-color: #5B2A91;
}
.TagClassName
{
border-color: #5B2A91;
}
</style>