Shades of Kingfisher Daisy #5F2C7C
Tints of Kingfisher Daisy #5F2C7C
RGB
CMYK
RGB Variations
Color information
#5F2C7C (or 0x5F2C7C) is known color: Kingfisher Daisy. HEX triplet: 5F, 2C and 7C. RGB value is (95,44,124). Sum of RGB (Red+Green+Blue) = 95+44+124=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F2C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2C7C is #A0D383. Grayscale: #444444. Windows color (decimal): -10539908 or 8137823. OLE color: 8137823.
HSL color Cylindrical-coordinate representation of color #5F2C7C: hue angle of 278.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2C7C is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 44 | 124 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.51 |
| HSL | 278.25º | 0.48% | 0.33% | - |
| HSV(B) | 278.25º | 0.65% | 0.49% | - |
| XYZ | 9.26 | 5.69 | 19.68 | - |
| YUV | 68.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 124 | 0.23 | 0.65 | 0 | 0.51 | 278.25 | 0.48 | 0.33 |
| Hex | 5F | 2C | 7C | 17 | 41 | 0 | 33 | 116 | 30 | 21 |
| Octal | 137 | 54 | 174 | 27 | 101 | 0 | 63 | 426 | 60 | 41 |
| Binary | 1011111 | 101100 | 1111100 | 10111 | 1000001 | 0 | 110011 | 100010110 | 110000 | 100001 |
Color Harmonies of #5F2C7C
Complementary color
Monochromatic Colors of #5F2C7C
Black with #5F2C7C
Text Example
Text Example
White with #5F2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2C7C; }
p { color: rgb(95,44,124); }
H1.HeaderClassName
{
color: #5F2C7C;
}
.AnyTagClassName
{
color: #5F2C7C;
}
</style>
background-color css
<style>
a { background-color: #5F2C7C; }
a { background-color: rgb(95,44,124); }
div.DivClassName
{
background-color: #5F2C7C;
}
.BgClassName
{
background-color: #5F2C7C;
}
</style>
border-color css
<style>
span { border-color: #5F2C7C; }
span { border-color: rgb(95,44,124); }
td.TdClassName
{
border-color: #5F2C7C;
}
.TagClassName
{
border-color: #5F2C7C;
}
</style>