Shades of Kingfisher Daisy #5E368A
Tints of Kingfisher Daisy #5E368A
RGB
CMYK
RGB Variations
Color information
#5E368A (or 0x5E368A) is known color: Kingfisher Daisy. HEX triplet: 5E, 36 and 8A. RGB value is (94,54,138). Sum of RGB (Red+Green+Blue) = 94+54+138=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E368A is #A1C975. Grayscale: #4B4B4B. Windows color (decimal): -10602870 or 9057886. OLE color: 9057886.
HSL color Cylindrical-coordinate representation of color #5E368A: hue angle of 268.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E368A is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 54 | 138 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.46 |
| HSL | 268.57º | 0.44% | 0.38% | - |
| HSV(B) | 268.57º | 0.61% | 0.54% | - |
| XYZ | 10.52 | 6.85 | 24.81 | - |
| YUV | 75.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 138 | 0.32 | 0.61 | 0 | 0.46 | 268.57 | 0.44 | 0.38 |
| Hex | 5E | 36 | 8A | 20 | 3D | 0 | 2E | 10D | 2C | 26 |
| Octal | 136 | 66 | 212 | 40 | 75 | 0 | 56 | 415 | 54 | 46 |
| Binary | 1011110 | 110110 | 10001010 | 100000 | 111101 | 0 | 101110 | 100001101 | 101100 | 100110 |
Color Harmonies of #5E368A
Complementary color
Monochromatic Colors of #5E368A
Black with #5E368A
Text Example
Text Example
White with #5E368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E368A; }
p { color: rgb(94,54,138); }
H1.HeaderClassName
{
color: #5E368A;
}
.AnyTagClassName
{
color: #5E368A;
}
</style>
background-color css
<style>
a { background-color: #5E368A; }
a { background-color: rgb(94,54,138); }
div.DivClassName
{
background-color: #5E368A;
}
.BgClassName
{
background-color: #5E368A;
}
</style>
border-color css
<style>
span { border-color: #5E368A; }
span { border-color: rgb(94,54,138); }
td.TdClassName
{
border-color: #5E368A;
}
.TagClassName
{
border-color: #5E368A;
}
</style>