Shades of Kingfisher Daisy #5B217F
Tints of Kingfisher Daisy #5B217F
RGB
CMYK
RGB Variations
Color information
#5B217F (or 0x5B217F) is known color: Kingfisher Daisy. HEX triplet: 5B, 21 and 7F. RGB value is (91,33,127). Sum of RGB (Red+Green+Blue) = 91+33+127=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B217F is #A4DE80. Grayscale: #3C3C3C. Windows color (decimal): -10804865 or 8331611. OLE color: 8331611.
HSL color Cylindrical-coordinate representation of color #5B217F: hue angle of 277.02º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B217F is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 33 | 127 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.50 |
| HSL | 277.02º | 0.59% | 0.31% | - |
| HSV(B) | 277.02º | 0.74% | 0.5% | - |
| XYZ | 8.69 | 4.84 | 20.56 | - |
| YUV | 61.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 127 | 0.28 | 0.74 | 0 | 0.50 | 277.02 | 0.59 | 0.31 |
| Hex | 5B | 21 | 7F | 1C | 4A | 0 | 32 | 115 | 3B | 1F |
| Octal | 133 | 41 | 177 | 34 | 112 | 0 | 62 | 425 | 73 | 37 |
| Binary | 1011011 | 100001 | 1111111 | 11100 | 1001010 | 0 | 110010 | 100010101 | 111011 | 11111 |
Color Harmonies of #5B217F
Complementary color
Monochromatic Colors of #5B217F
Black with #5B217F
Text Example
Text Example
White with #5B217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B217F; }
p { color: rgb(91,33,127); }
H1.HeaderClassName
{
color: #5B217F;
}
.AnyTagClassName
{
color: #5B217F;
}
</style>
background-color css
<style>
a { background-color: #5B217F; }
a { background-color: rgb(91,33,127); }
div.DivClassName
{
background-color: #5B217F;
}
.BgClassName
{
background-color: #5B217F;
}
</style>
border-color css
<style>
span { border-color: #5B217F; }
span { border-color: rgb(91,33,127); }
td.TdClassName
{
border-color: #5B217F;
}
.TagClassName
{
border-color: #5B217F;
}
</style>