Shades of Kingfisher Daisy #5F4978
Tints of Kingfisher Daisy #5F4978
RGB
CMYK
RGB Variations
Color information
#5F4978 (or 0x5F4978) is known color: Kingfisher Daisy. HEX triplet: 5F, 49 and 78. RGB value is (95,73,120). Sum of RGB (Red+Green+Blue) = 95+73+120=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F4978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4978 is #A0B687. Grayscale: #545454. Windows color (decimal): -10532488 or 7883103. OLE color: 7883103.
HSL color Cylindrical-coordinate representation of color #5F4978: hue angle of 268.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F4978 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 73 | 120 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.53 |
| HSL | 268.09º | 0.24% | 0.38% | - |
| HSV(B) | 268.09º | 0.39% | 0.47% | - |
| XYZ | 10.49 | 8.55 | 18.87 | - |
| YUV | 84.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 120 | 0.21 | 0.39 | 0 | 0.53 | 268.09 | 0.24 | 0.38 |
| Hex | 5F | 49 | 78 | 15 | 27 | 0 | 35 | 10C | 18 | 26 |
| Octal | 137 | 111 | 170 | 25 | 47 | 0 | 65 | 414 | 30 | 46 |
| Binary | 1011111 | 1001001 | 1111000 | 10101 | 100111 | 0 | 110101 | 100001100 | 11000 | 100110 |
Color Harmonies of #5F4978
Complementary color
Monochromatic Colors of #5F4978
Black with #5F4978
Text Example
Text Example
White with #5F4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4978; }
p { color: rgb(95,73,120); }
H1.HeaderClassName
{
color: #5F4978;
}
.AnyTagClassName
{
color: #5F4978;
}
</style>
background-color css
<style>
a { background-color: #5F4978; }
a { background-color: rgb(95,73,120); }
div.DivClassName
{
background-color: #5F4978;
}
.BgClassName
{
background-color: #5F4978;
}
</style>
border-color css
<style>
span { border-color: #5F4978; }
span { border-color: rgb(95,73,120); }
td.TdClassName
{
border-color: #5F4978;
}
.TagClassName
{
border-color: #5F4978;
}
</style>