Shades of Kingfisher Daisy #5E2484
Tints of Kingfisher Daisy #5E2484
RGB
CMYK
RGB Variations
Color information
#5E2484 (or 0x5E2484) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 84. RGB value is (94,36,132). Sum of RGB (Red+Green+Blue) = 94+36+132=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E2484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2484 is #A1DB7B. Grayscale: #3F3F3F. Windows color (decimal): -10607484 or 8660062. OLE color: 8660062.
HSL color Cylindrical-coordinate representation of color #5E2484: hue angle of 276.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2484 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 36 | 132 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.48 |
| HSL | 276.25º | 0.57% | 0.33% | - |
| HSV(B) | 276.25º | 0.73% | 0.52% | - |
| XYZ | 9.41 | 5.31 | 22.36 | - |
| YUV | 64.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 132 | 0.29 | 0.73 | 0 | 0.48 | 276.25 | 0.57 | 0.33 |
| Hex | 5E | 24 | 84 | 1D | 49 | 0 | 30 | 114 | 39 | 21 |
| Octal | 136 | 44 | 204 | 35 | 111 | 0 | 60 | 424 | 71 | 41 |
| Binary | 1011110 | 100100 | 10000100 | 11101 | 1001001 | 0 | 110000 | 100010100 | 111001 | 100001 |
Color Harmonies of #5E2484
Complementary color
Monochromatic Colors of #5E2484
Black with #5E2484
Text Example
Text Example
White with #5E2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2484; }
p { color: rgb(94,36,132); }
H1.HeaderClassName
{
color: #5E2484;
}
.AnyTagClassName
{
color: #5E2484;
}
</style>
background-color css
<style>
a { background-color: #5E2484; }
a { background-color: rgb(94,36,132); }
div.DivClassName
{
background-color: #5E2484;
}
.BgClassName
{
background-color: #5E2484;
}
</style>
border-color css
<style>
span { border-color: #5E2484; }
span { border-color: rgb(94,36,132); }
td.TdClassName
{
border-color: #5E2484;
}
.TagClassName
{
border-color: #5E2484;
}
</style>