Shades of Kingfisher Daisy #5F4979
Tints of Kingfisher Daisy #5F4979
RGB
CMYK
RGB Variations
Color information
#5F4979 (or 0x5F4979) is known color: Kingfisher Daisy. HEX triplet: 5F, 49 and 79. RGB value is (95,73,121). Sum of RGB (Red+Green+Blue) = 95+73+121=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F4979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4979 is #A0B686. Grayscale: #545454. Windows color (decimal): -10532487 or 7948639. OLE color: 7948639.
HSL color Cylindrical-coordinate representation of color #5F4979: hue angle of 267.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4979 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 73 | 121 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.53 |
| HSL | 267.5º | 0.25% | 0.38% | - |
| HSV(B) | 267.5º | 0.4% | 0.47% | - |
| XYZ | 10.55 | 8.58 | 19.19 | - |
| YUV | 85.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 121 | 0.21 | 0.40 | 0 | 0.53 | 267.5 | 0.25 | 0.38 |
| Hex | 5F | 49 | 79 | 15 | 28 | 0 | 35 | 10C | 19 | 26 |
| Octal | 137 | 111 | 171 | 25 | 50 | 0 | 65 | 414 | 31 | 46 |
| Binary | 1011111 | 1001001 | 1111001 | 10101 | 101000 | 0 | 110101 | 100001100 | 11001 | 100110 |
Color Harmonies of #5F4979
Complementary color
Monochromatic Colors of #5F4979
Black with #5F4979
Text Example
Text Example
White with #5F4979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4979; }
p { color: rgb(95,73,121); }
H1.HeaderClassName
{
color: #5F4979;
}
.AnyTagClassName
{
color: #5F4979;
}
</style>
background-color css
<style>
a { background-color: #5F4979; }
a { background-color: rgb(95,73,121); }
div.DivClassName
{
background-color: #5F4979;
}
.BgClassName
{
background-color: #5F4979;
}
</style>
border-color css
<style>
span { border-color: #5F4979; }
span { border-color: rgb(95,73,121); }
td.TdClassName
{
border-color: #5F4979;
}
.TagClassName
{
border-color: #5F4979;
}
</style>