Shades of Kingfisher Daisy #5F2191
Tints of Kingfisher Daisy #5F2191
RGB
CMYK
RGB Variations
Color information
#5F2191 (or 0x5F2191) is known color: Kingfisher Daisy. HEX triplet: 5F, 21 and 91. RGB value is (95,33,145). Sum of RGB (Red+Green+Blue) = 95+33+145=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F2191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2191 is #A0DE6E. Grayscale: #3F3F3F. Windows color (decimal): -10542703 or 9511263. OLE color: 9511263.
HSL color Cylindrical-coordinate representation of color #5F2191: hue angle of 273.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2191 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 33 | 145 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.43 |
| HSL | 273.21º | 0.63% | 0.35% | - |
| HSV(B) | 273.21º | 0.77% | 0.57% | - |
| XYZ | 10.37 | 5.56 | 27.32 | - |
| YUV | 64.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 145 | 0.34 | 0.77 | 0 | 0.43 | 273.21 | 0.63 | 0.35 |
| Hex | 5F | 21 | 91 | 22 | 4D | 0 | 2B | 111 | 3F | 23 |
| Octal | 137 | 41 | 221 | 42 | 115 | 0 | 53 | 421 | 77 | 43 |
| Binary | 1011111 | 100001 | 10010001 | 100010 | 1001101 | 0 | 101011 | 100010001 | 111111 | 100011 |
Color Harmonies of #5F2191
Complementary color
Monochromatic Colors of #5F2191
Black with #5F2191
Text Example
Text Example
White with #5F2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2191; }
p { color: rgb(95,33,145); }
H1.HeaderClassName
{
color: #5F2191;
}
.AnyTagClassName
{
color: #5F2191;
}
</style>
background-color css
<style>
a { background-color: #5F2191; }
a { background-color: rgb(95,33,145); }
div.DivClassName
{
background-color: #5F2191;
}
.BgClassName
{
background-color: #5F2191;
}
</style>
border-color css
<style>
span { border-color: #5F2191; }
span { border-color: rgb(95,33,145); }
td.TdClassName
{
border-color: #5F2191;
}
.TagClassName
{
border-color: #5F2191;
}
</style>