Shades of Kingfisher Daisy #5E3484
Tints of Kingfisher Daisy #5E3484
RGB
CMYK
RGB Variations
Color information
#5E3484 (or 0x5E3484) is known color: Kingfisher Daisy. HEX triplet: 5E, 34 and 84. RGB value is (94,52,132). Sum of RGB (Red+Green+Blue) = 94+52+132=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E3484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3484 is #A1CB7B. Grayscale: #494949. Windows color (decimal): -10603388 or 8664158. OLE color: 8664158.
HSL color Cylindrical-coordinate representation of color #5E3484: hue angle of 271.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E3484 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 52 | 132 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.48 |
| HSL | 271.5º | 0.43% | 0.36% | - |
| HSV(B) | 271.5º | 0.61% | 0.52% | - |
| XYZ | 10.01 | 6.5 | 22.56 | - |
| YUV | 73.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 132 | 0.29 | 0.61 | 0 | 0.48 | 271.5 | 0.43 | 0.36 |
| Hex | 5E | 34 | 84 | 1D | 3D | 0 | 30 | 110 | 2B | 24 |
| Octal | 136 | 64 | 204 | 35 | 75 | 0 | 60 | 420 | 53 | 44 |
| Binary | 1011110 | 110100 | 10000100 | 11101 | 111101 | 0 | 110000 | 100010000 | 101011 | 100100 |
Color Harmonies of #5E3484
Complementary color
Monochromatic Colors of #5E3484
Black with #5E3484
Text Example
Text Example
White with #5E3484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3484; }
p { color: rgb(94,52,132); }
H1.HeaderClassName
{
color: #5E3484;
}
.AnyTagClassName
{
color: #5E3484;
}
</style>
background-color css
<style>
a { background-color: #5E3484; }
a { background-color: rgb(94,52,132); }
div.DivClassName
{
background-color: #5E3484;
}
.BgClassName
{
background-color: #5E3484;
}
</style>
border-color css
<style>
span { border-color: #5E3484; }
span { border-color: rgb(94,52,132); }
td.TdClassName
{
border-color: #5E3484;
}
.TagClassName
{
border-color: #5E3484;
}
</style>