Shades of Kingfisher Daisy #5F2195
Tints of Kingfisher Daisy #5F2195
RGB
CMYK
RGB Variations
Color information
#5F2195 (or 0x5F2195) is known color: Kingfisher Daisy. HEX triplet: 5F, 21 and 95. RGB value is (95,33,149). Sum of RGB (Red+Green+Blue) = 95+33+149=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F2195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2195 is #A0DE6A. Grayscale: #404040. Windows color (decimal): -10542699 or 9773407. OLE color: 9773407.
HSL color Cylindrical-coordinate representation of color #5F2195: hue angle of 272.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F2195 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 33 | 149 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.42 |
| HSL | 272.07º | 0.64% | 0.36% | - |
| HSV(B) | 272.07º | 0.78% | 0.58% | - |
| XYZ | 10.69 | 5.69 | 28.97 | - |
| YUV | 64.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 149 | 0.36 | 0.78 | 0 | 0.42 | 272.07 | 0.64 | 0.36 |
| Hex | 5F | 21 | 95 | 24 | 4E | 0 | 2A | 110 | 40 | 24 |
| Octal | 137 | 41 | 225 | 44 | 116 | 0 | 52 | 420 | 100 | 44 |
| Binary | 1011111 | 100001 | 10010101 | 100100 | 1001110 | 0 | 101010 | 100010000 | 1000000 | 100100 |
Color Harmonies of #5F2195
Complementary color
Monochromatic Colors of #5F2195
Black with #5F2195
Text Example
Text Example
White with #5F2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2195; }
p { color: rgb(95,33,149); }
H1.HeaderClassName
{
color: #5F2195;
}
.AnyTagClassName
{
color: #5F2195;
}
</style>
background-color css
<style>
a { background-color: #5F2195; }
a { background-color: rgb(95,33,149); }
div.DivClassName
{
background-color: #5F2195;
}
.BgClassName
{
background-color: #5F2195;
}
</style>
border-color css
<style>
span { border-color: #5F2195; }
span { border-color: rgb(95,33,149); }
td.TdClassName
{
border-color: #5F2195;
}
.TagClassName
{
border-color: #5F2195;
}
</style>