Shades of Kingfisher Daisy #5F477C
Tints of Kingfisher Daisy #5F477C
RGB
CMYK
RGB Variations
Color information
#5F477C (or 0x5F477C) is known color: Kingfisher Daisy. HEX triplet: 5F, 47 and 7C. RGB value is (95,71,124). Sum of RGB (Red+Green+Blue) = 95+71+124=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F477C is #A0B883. Grayscale: #545454. Windows color (decimal): -10532996 or 8144735. OLE color: 8144735.
HSL color Cylindrical-coordinate representation of color #5F477C: hue angle of 267.17º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F477C is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 71 | 124 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.51 |
| HSL | 267.17º | 0.27% | 0.38% | - |
| HSV(B) | 267.17º | 0.43% | 0.49% | - |
| XYZ | 10.61 | 8.39 | 20.13 | - |
| YUV | 84.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 124 | 0.23 | 0.43 | 0 | 0.51 | 267.17 | 0.27 | 0.38 |
| Hex | 5F | 47 | 7C | 17 | 2B | 0 | 33 | 10B | 1B | 26 |
| Octal | 137 | 107 | 174 | 27 | 53 | 0 | 63 | 413 | 33 | 46 |
| Binary | 1011111 | 1000111 | 1111100 | 10111 | 101011 | 0 | 110011 | 100001011 | 11011 | 100110 |
Color Harmonies of #5F477C
Complementary color
Monochromatic Colors of #5F477C
Black with #5F477C
Text Example
Text Example
White with #5F477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F477C; }
p { color: rgb(95,71,124); }
H1.HeaderClassName
{
color: #5F477C;
}
.AnyTagClassName
{
color: #5F477C;
}
</style>
background-color css
<style>
a { background-color: #5F477C; }
a { background-color: rgb(95,71,124); }
div.DivClassName
{
background-color: #5F477C;
}
.BgClassName
{
background-color: #5F477C;
}
</style>
border-color css
<style>
span { border-color: #5F477C; }
span { border-color: rgb(95,71,124); }
td.TdClassName
{
border-color: #5F477C;
}
.TagClassName
{
border-color: #5F477C;
}
</style>