Shades of Kingfisher Daisy #5F2490
Tints of Kingfisher Daisy #5F2490
RGB
CMYK
RGB Variations
Color information
#5F2490 (or 0x5F2490) is known color: Kingfisher Daisy. HEX triplet: 5F, 24 and 90. RGB value is (95,36,144). Sum of RGB (Red+Green+Blue) = 95+36+144=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F2490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2490 is #A0DB6F. Grayscale: #414141. Windows color (decimal): -10541936 or 9446495. OLE color: 9446495.
HSL color Cylindrical-coordinate representation of color #5F2490: hue angle of 272.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F2490 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 36 | 144 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.44 |
| HSL | 272.78º | 0.6% | 0.35% | - |
| HSV(B) | 272.78º | 0.75% | 0.56% | - |
| XYZ | 10.38 | 5.71 | 26.94 | - |
| YUV | 65.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 144 | 0.34 | 0.75 | 0 | 0.44 | 272.78 | 0.6 | 0.35 |
| Hex | 5F | 24 | 90 | 22 | 4B | 0 | 2C | 111 | 3C | 23 |
| Octal | 137 | 44 | 220 | 42 | 113 | 0 | 54 | 421 | 74 | 43 |
| Binary | 1011111 | 100100 | 10010000 | 100010 | 1001011 | 0 | 101100 | 100010001 | 111100 | 100011 |
Color Harmonies of #5F2490
Complementary color
Monochromatic Colors of #5F2490
Black with #5F2490
Text Example
Text Example
White with #5F2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2490; }
p { color: rgb(95,36,144); }
H1.HeaderClassName
{
color: #5F2490;
}
.AnyTagClassName
{
color: #5F2490;
}
</style>
background-color css
<style>
a { background-color: #5F2490; }
a { background-color: rgb(95,36,144); }
div.DivClassName
{
background-color: #5F2490;
}
.BgClassName
{
background-color: #5F2490;
}
</style>
border-color css
<style>
span { border-color: #5F2490; }
span { border-color: rgb(95,36,144); }
td.TdClassName
{
border-color: #5F2490;
}
.TagClassName
{
border-color: #5F2490;
}
</style>