Shades of Kingfisher Daisy #5F3986
Tints of Kingfisher Daisy #5F3986
RGB
CMYK
RGB Variations
Color information
#5F3986 (or 0x5F3986) is known color: Kingfisher Daisy. HEX triplet: 5F, 39 and 86. RGB value is (95,57,134). Sum of RGB (Red+Green+Blue) = 95+57+134=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F3986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3986 is #A0C679. Grayscale: #4C4C4C. Windows color (decimal): -10536570 or 8796511. OLE color: 8796511.
HSL color Cylindrical-coordinate representation of color #5F3986: hue angle of 269.61º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F3986 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 57 | 134 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.47 |
| HSL | 269.61º | 0.4% | 0.37% | - |
| HSV(B) | 269.61º | 0.57% | 0.53% | - |
| XYZ | 10.49 | 7.08 | 23.37 | - |
| YUV | 77.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 134 | 0.29 | 0.57 | 0 | 0.47 | 269.61 | 0.4 | 0.37 |
| Hex | 5F | 39 | 86 | 1D | 39 | 0 | 2F | 10E | 28 | 25 |
| Octal | 137 | 71 | 206 | 35 | 71 | 0 | 57 | 416 | 50 | 45 |
| Binary | 1011111 | 111001 | 10000110 | 11101 | 111001 | 0 | 101111 | 100001110 | 101000 | 100101 |
Color Harmonies of #5F3986
Complementary color
Monochromatic Colors of #5F3986
Black with #5F3986
Text Example
Text Example
White with #5F3986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3986; }
p { color: rgb(95,57,134); }
H1.HeaderClassName
{
color: #5F3986;
}
.AnyTagClassName
{
color: #5F3986;
}
</style>
background-color css
<style>
a { background-color: #5F3986; }
a { background-color: rgb(95,57,134); }
div.DivClassName
{
background-color: #5F3986;
}
.BgClassName
{
background-color: #5F3986;
}
</style>
border-color css
<style>
span { border-color: #5F3986; }
span { border-color: rgb(95,57,134); }
td.TdClassName
{
border-color: #5F3986;
}
.TagClassName
{
border-color: #5F3986;
}
</style>