Shades of Kingfisher Daisy #5F2893
Tints of Kingfisher Daisy #5F2893
RGB
CMYK
RGB Variations
Color information
#5F2893 (or 0x5F2893) is known color: Kingfisher Daisy. HEX triplet: 5F, 28 and 93. RGB value is (95,40,147). Sum of RGB (Red+Green+Blue) = 95+40+147=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2893 is #A0D76C. Grayscale: #444444. Windows color (decimal): -10540909 or 9644127. OLE color: 9644127.
HSL color Cylindrical-coordinate representation of color #5F2893: hue angle of 270.84º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F2893 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 40 | 147 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.42 |
| HSL | 270.84º | 0.57% | 0.37% | - |
| HSV(B) | 270.84º | 0.73% | 0.58% | - |
| XYZ | 10.74 | 6.06 | 28.21 | - |
| YUV | 68.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 147 | 0.35 | 0.73 | 0 | 0.42 | 270.84 | 0.57 | 0.37 |
| Hex | 5F | 28 | 93 | 23 | 49 | 0 | 2A | 10F | 39 | 25 |
| Octal | 137 | 50 | 223 | 43 | 111 | 0 | 52 | 417 | 71 | 45 |
| Binary | 1011111 | 101000 | 10010011 | 100011 | 1001001 | 0 | 101010 | 100001111 | 111001 | 100101 |
Color Harmonies of #5F2893
Complementary color
Monochromatic Colors of #5F2893
Black with #5F2893
Text Example
Text Example
White with #5F2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2893; }
p { color: rgb(95,40,147); }
H1.HeaderClassName
{
color: #5F2893;
}
.AnyTagClassName
{
color: #5F2893;
}
</style>
background-color css
<style>
a { background-color: #5F2893; }
a { background-color: rgb(95,40,147); }
div.DivClassName
{
background-color: #5F2893;
}
.BgClassName
{
background-color: #5F2893;
}
</style>
border-color css
<style>
span { border-color: #5F2893; }
span { border-color: rgb(95,40,147); }
td.TdClassName
{
border-color: #5F2893;
}
.TagClassName
{
border-color: #5F2893;
}
</style>