Shades of Kingfisher Daisy #5F2084
Tints of Kingfisher Daisy #5F2084
RGB
CMYK
RGB Variations
Color information
#5F2084 (or 0x5F2084) is known color: Kingfisher Daisy. HEX triplet: 5F, 20 and 84. RGB value is (95,32,132). Sum of RGB (Red+Green+Blue) = 95+32+132=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2084 is #A0DF7B. Grayscale: #3D3D3D. Windows color (decimal): -10542972 or 8659039. OLE color: 8659039.
HSL color Cylindrical-coordinate representation of color #5F2084: hue angle of 277.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F2084 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 32 | 132 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.48 |
| HSL | 277.8º | 0.61% | 0.32% | - |
| HSV(B) | 277.8º | 0.76% | 0.52% | - |
| XYZ | 9.4 | 5.13 | 22.32 | - |
| YUV | 62.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 132 | 0.28 | 0.76 | 0 | 0.48 | 277.8 | 0.61 | 0.32 |
| Hex | 5F | 20 | 84 | 1C | 4C | 0 | 30 | 116 | 3D | 20 |
| Octal | 137 | 40 | 204 | 34 | 114 | 0 | 60 | 426 | 75 | 40 |
| Binary | 1011111 | 100000 | 10000100 | 11100 | 1001100 | 0 | 110000 | 100010110 | 111101 | 100000 |
Color Harmonies of #5F2084
Complementary color
Monochromatic Colors of #5F2084
Black with #5F2084
Text Example
Text Example
White with #5F2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2084; }
p { color: rgb(95,32,132); }
H1.HeaderClassName
{
color: #5F2084;
}
.AnyTagClassName
{
color: #5F2084;
}
</style>
background-color css
<style>
a { background-color: #5F2084; }
a { background-color: rgb(95,32,132); }
div.DivClassName
{
background-color: #5F2084;
}
.BgClassName
{
background-color: #5F2084;
}
</style>
border-color css
<style>
span { border-color: #5F2084; }
span { border-color: rgb(95,32,132); }
td.TdClassName
{
border-color: #5F2084;
}
.TagClassName
{
border-color: #5F2084;
}
</style>