Shades of Kingfisher Daisy #5F198D
Tints of Kingfisher Daisy #5F198D
RGB
CMYK
RGB Variations
Color information
#5F198D (or 0x5F198D) is known color: Kingfisher Daisy. HEX triplet: 5F, 19 and 8D. RGB value is (95,25,141). Sum of RGB (Red+Green+Blue) = 95+25+141=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F198D is #A0E672. Grayscale: #3A3A3A. Windows color (decimal): -10544755 or 9247071. OLE color: 9247071.
HSL color Cylindrical-coordinate representation of color #5F198D: hue angle of 276.21º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F198D is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 25 | 141 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.45 |
| HSL | 276.21º | 0.7% | 0.33% | - |
| HSV(B) | 276.21º | 0.82% | 0.55% | - |
| XYZ | 9.87 | 5.05 | 25.65 | - |
| YUV | 59.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 141 | 0.33 | 0.82 | 0 | 0.45 | 276.21 | 0.7 | 0.33 |
| Hex | 5F | 19 | 8D | 21 | 52 | 0 | 2D | 114 | 46 | 21 |
| Octal | 137 | 31 | 215 | 41 | 122 | 0 | 55 | 424 | 106 | 41 |
| Binary | 1011111 | 11001 | 10001101 | 100001 | 1010010 | 0 | 101101 | 100010100 | 1000110 | 100001 |
Color Harmonies of #5F198D
Complementary color
Monochromatic Colors of #5F198D
Black with #5F198D
Text Example
Text Example
White with #5F198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F198D; }
p { color: rgb(95,25,141); }
H1.HeaderClassName
{
color: #5F198D;
}
.AnyTagClassName
{
color: #5F198D;
}
</style>
background-color css
<style>
a { background-color: #5F198D; }
a { background-color: rgb(95,25,141); }
div.DivClassName
{
background-color: #5F198D;
}
.BgClassName
{
background-color: #5F198D;
}
</style>
border-color css
<style>
span { border-color: #5F198D; }
span { border-color: rgb(95,25,141); }
td.TdClassName
{
border-color: #5F198D;
}
.TagClassName
{
border-color: #5F198D;
}
</style>