Shades of Kingfisher Daisy #5F417F
Tints of Kingfisher Daisy #5F417F
RGB
CMYK
RGB Variations
Color information
#5F417F (or 0x5F417F) is known color: Kingfisher Daisy. HEX triplet: 5F, 41 and 7F. RGB value is (95,65,127). Sum of RGB (Red+Green+Blue) = 95+65+127=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F417F is #A0BE80. Grayscale: #505050. Windows color (decimal): -10534529 or 8339807. OLE color: 8339807.
HSL color Cylindrical-coordinate representation of color #5F417F: hue angle of 269.03º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F417F is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 65 | 127 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.50 |
| HSL | 269.03º | 0.32% | 0.38% | - |
| HSV(B) | 269.03º | 0.49% | 0.5% | - |
| XYZ | 10.44 | 7.75 | 21.02 | - |
| YUV | 81.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 127 | 0.25 | 0.49 | 0 | 0.50 | 269.03 | 0.32 | 0.38 |
| Hex | 5F | 41 | 7F | 19 | 31 | 0 | 32 | 10D | 20 | 26 |
| Octal | 137 | 101 | 177 | 31 | 61 | 0 | 62 | 415 | 40 | 46 |
| Binary | 1011111 | 1000001 | 1111111 | 11001 | 110001 | 0 | 110010 | 100001101 | 100000 | 100110 |
Color Harmonies of #5F417F
Complementary color
Monochromatic Colors of #5F417F
Black with #5F417F
Text Example
Text Example
White with #5F417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F417F; }
p { color: rgb(95,65,127); }
H1.HeaderClassName
{
color: #5F417F;
}
.AnyTagClassName
{
color: #5F417F;
}
</style>
background-color css
<style>
a { background-color: #5F417F; }
a { background-color: rgb(95,65,127); }
div.DivClassName
{
background-color: #5F417F;
}
.BgClassName
{
background-color: #5F417F;
}
</style>
border-color css
<style>
span { border-color: #5F417F; }
span { border-color: rgb(95,65,127); }
td.TdClassName
{
border-color: #5F417F;
}
.TagClassName
{
border-color: #5F417F;
}
</style>