Shades of Kingfisher Daisy #5F198B
Tints of Kingfisher Daisy #5F198B
RGB
CMYK
RGB Variations
Color information
#5F198B (or 0x5F198B) is known color: Kingfisher Daisy. HEX triplet: 5F, 19 and 8B. RGB value is (95,25,139). Sum of RGB (Red+Green+Blue) = 95+25+139=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F198B is #A0E674. Grayscale: #3A3A3A. Windows color (decimal): -10544757 or 9115999. OLE color: 9115999.
HSL color Cylindrical-coordinate representation of color #5F198B: hue angle of 276.84º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F198B is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 25 | 139 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.45 |
| HSL | 276.84º | 0.7% | 0.32% | - |
| HSV(B) | 276.84º | 0.82% | 0.55% | - |
| XYZ | 9.73 | 4.99 | 24.88 | - |
| YUV | 58.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 139 | 0.32 | 0.82 | 0 | 0.45 | 276.84 | 0.7 | 0.32 |
| Hex | 5F | 19 | 8B | 20 | 52 | 0 | 2D | 115 | 46 | 20 |
| Octal | 137 | 31 | 213 | 40 | 122 | 0 | 55 | 425 | 106 | 40 |
| Binary | 1011111 | 11001 | 10001011 | 100000 | 1010010 | 0 | 101101 | 100010101 | 1000110 | 100000 |
Color Harmonies of #5F198B
Complementary color
Monochromatic Colors of #5F198B
Black with #5F198B
Text Example
Text Example
White with #5F198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F198B; }
p { color: rgb(95,25,139); }
H1.HeaderClassName
{
color: #5F198B;
}
.AnyTagClassName
{
color: #5F198B;
}
</style>
background-color css
<style>
a { background-color: #5F198B; }
a { background-color: rgb(95,25,139); }
div.DivClassName
{
background-color: #5F198B;
}
.BgClassName
{
background-color: #5F198B;
}
</style>
border-color css
<style>
span { border-color: #5F198B; }
span { border-color: rgb(95,25,139); }
td.TdClassName
{
border-color: #5F198B;
}
.TagClassName
{
border-color: #5F198B;
}
</style>