Shades of Kingfisher Daisy #5B217A
Tints of Kingfisher Daisy #5B217A
RGB
CMYK
RGB Variations
Color information
#5B217A (or 0x5B217A) is known color: Kingfisher Daisy. HEX triplet: 5B, 21 and 7A. RGB value is (91,33,122). Sum of RGB (Red+Green+Blue) = 91+33+122=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B217A is #A4DE85. Grayscale: #3C3C3C. Windows color (decimal): -10804870 or 8003931. OLE color: 8003931.
HSL color Cylindrical-coordinate representation of color #5B217A: hue angle of 279.1º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B217A is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 33 | 122 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.52 |
| HSL | 279.1º | 0.57% | 0.3% | - |
| HSV(B) | 279.1º | 0.73% | 0.48% | - |
| XYZ | 8.37 | 4.72 | 18.88 | - |
| YUV | 60.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 122 | 0.25 | 0.73 | 0 | 0.52 | 279.1 | 0.57 | 0.3 |
| Hex | 5B | 21 | 7A | 19 | 49 | 0 | 34 | 117 | 39 | 1E |
| Octal | 133 | 41 | 172 | 31 | 111 | 0 | 64 | 427 | 71 | 36 |
| Binary | 1011011 | 100001 | 1111010 | 11001 | 1001001 | 0 | 110100 | 100010111 | 111001 | 11110 |
Color Harmonies of #5B217A
Complementary color
Monochromatic Colors of #5B217A
Black with #5B217A
Text Example
Text Example
White with #5B217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B217A; }
p { color: rgb(91,33,122); }
H1.HeaderClassName
{
color: #5B217A;
}
.AnyTagClassName
{
color: #5B217A;
}
</style>
background-color css
<style>
a { background-color: #5B217A; }
a { background-color: rgb(91,33,122); }
div.DivClassName
{
background-color: #5B217A;
}
.BgClassName
{
background-color: #5B217A;
}
</style>
border-color css
<style>
span { border-color: #5B217A; }
span { border-color: rgb(91,33,122); }
td.TdClassName
{
border-color: #5B217A;
}
.TagClassName
{
border-color: #5B217A;
}
</style>