Shades of Kingfisher Daisy #5F1D84
Tints of Kingfisher Daisy #5F1D84
RGB
CMYK
RGB Variations
Color information
#5F1D84 (or 0x5F1D84) is known color: Kingfisher Daisy. HEX triplet: 5F, 1D and 84. RGB value is (95,29,132). Sum of RGB (Red+Green+Blue) = 95+29+132=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F1D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1D84 is #A0E27B. Grayscale: #3C3C3C. Windows color (decimal): -10543740 or 8658271. OLE color: 8658271.
HSL color Cylindrical-coordinate representation of color #5F1D84: hue angle of 278.45º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1D84 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 29 | 132 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.48 |
| HSL | 278.45º | 0.64% | 0.32% | - |
| HSV(B) | 278.45º | 0.78% | 0.52% | - |
| XYZ | 9.32 | 4.98 | 22.3 | - |
| YUV | 60.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 29 | 132 | 0.28 | 0.78 | 0 | 0.48 | 278.45 | 0.64 | 0.32 |
| Hex | 5F | 1D | 84 | 1C | 4E | 0 | 30 | 116 | 40 | 20 |
| Octal | 137 | 35 | 204 | 34 | 116 | 0 | 60 | 426 | 100 | 40 |
| Binary | 1011111 | 11101 | 10000100 | 11100 | 1001110 | 0 | 110000 | 100010110 | 1000000 | 100000 |
Color Harmonies of #5F1D84
Complementary color
Monochromatic Colors of #5F1D84
Black with #5F1D84
Text Example
Text Example
White with #5F1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1D84; }
p { color: rgb(95,29,132); }
H1.HeaderClassName
{
color: #5F1D84;
}
.AnyTagClassName
{
color: #5F1D84;
}
</style>
background-color css
<style>
a { background-color: #5F1D84; }
a { background-color: rgb(95,29,132); }
div.DivClassName
{
background-color: #5F1D84;
}
.BgClassName
{
background-color: #5F1D84;
}
</style>
border-color css
<style>
span { border-color: #5F1D84; }
span { border-color: rgb(95,29,132); }
td.TdClassName
{
border-color: #5F1D84;
}
.TagClassName
{
border-color: #5F1D84;
}
</style>