Shades of Kingfisher Daisy #5E2985
Tints of Kingfisher Daisy #5E2985
RGB
CMYK
RGB Variations
Color information
#5E2985 (or 0x5E2985) is known color: Kingfisher Daisy. HEX triplet: 5E, 29 and 85. RGB value is (94,41,133). Sum of RGB (Red+Green+Blue) = 94+41+133=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E2985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2985 is #A1D67A. Grayscale: #434343. Windows color (decimal): -10606203 or 8726878. OLE color: 8726878.
HSL color Cylindrical-coordinate representation of color #5E2985: hue angle of 274.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2985 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 41 | 133 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.48 |
| HSL | 274.57º | 0.53% | 0.34% | - |
| HSV(B) | 274.57º | 0.69% | 0.52% | - |
| XYZ | 9.64 | 5.66 | 22.77 | - |
| YUV | 67.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 133 | 0.29 | 0.69 | 0 | 0.48 | 274.57 | 0.53 | 0.34 |
| Hex | 5E | 29 | 85 | 1D | 45 | 0 | 30 | 113 | 35 | 22 |
| Octal | 136 | 51 | 205 | 35 | 105 | 0 | 60 | 423 | 65 | 42 |
| Binary | 1011110 | 101001 | 10000101 | 11101 | 1000101 | 0 | 110000 | 100010011 | 110101 | 100010 |
Color Harmonies of #5E2985
Complementary color
Monochromatic Colors of #5E2985
Black with #5E2985
Text Example
Text Example
White with #5E2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2985; }
p { color: rgb(94,41,133); }
H1.HeaderClassName
{
color: #5E2985;
}
.AnyTagClassName
{
color: #5E2985;
}
</style>
background-color css
<style>
a { background-color: #5E2985; }
a { background-color: rgb(94,41,133); }
div.DivClassName
{
background-color: #5E2985;
}
.BgClassName
{
background-color: #5E2985;
}
</style>
border-color css
<style>
span { border-color: #5E2985; }
span { border-color: rgb(94,41,133); }
td.TdClassName
{
border-color: #5E2985;
}
.TagClassName
{
border-color: #5E2985;
}
</style>