Shades of Kingfisher Daisy #5F2881
Tints of Kingfisher Daisy #5F2881
RGB
CMYK
RGB Variations
Color information
#5F2881 (or 0x5F2881) is known color: Kingfisher Daisy. HEX triplet: 5F, 28 and 81. RGB value is (95,40,129). Sum of RGB (Red+Green+Blue) = 95+40+129=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F2881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2881 is #A0D77E. Grayscale: #424242. Windows color (decimal): -10540927 or 8464479. OLE color: 8464479.
HSL color Cylindrical-coordinate representation of color #5F2881: hue angle of 277.08º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2881 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 40 | 129 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.49 |
| HSL | 277.08º | 0.53% | 0.33% | - |
| HSV(B) | 277.08º | 0.69% | 0.51% | - |
| XYZ | 9.44 | 5.54 | 21.34 | - |
| YUV | 66.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 129 | 0.26 | 0.69 | 0 | 0.49 | 277.08 | 0.53 | 0.33 |
| Hex | 5F | 28 | 81 | 1A | 45 | 0 | 31 | 115 | 35 | 21 |
| Octal | 137 | 50 | 201 | 32 | 105 | 0 | 61 | 425 | 65 | 41 |
| Binary | 1011111 | 101000 | 10000001 | 11010 | 1000101 | 0 | 110001 | 100010101 | 110101 | 100001 |
Color Harmonies of #5F2881
Complementary color
Monochromatic Colors of #5F2881
Black with #5F2881
Text Example
Text Example
White with #5F2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2881; }
p { color: rgb(95,40,129); }
H1.HeaderClassName
{
color: #5F2881;
}
.AnyTagClassName
{
color: #5F2881;
}
</style>
background-color css
<style>
a { background-color: #5F2881; }
a { background-color: rgb(95,40,129); }
div.DivClassName
{
background-color: #5F2881;
}
.BgClassName
{
background-color: #5F2881;
}
</style>
border-color css
<style>
span { border-color: #5F2881; }
span { border-color: rgb(95,40,129); }
td.TdClassName
{
border-color: #5F2881;
}
.TagClassName
{
border-color: #5F2881;
}
</style>