Shades of Kingfisher Daisy #5E377D
Tints of Kingfisher Daisy #5E377D
RGB
CMYK
RGB Variations
Color information
#5E377D (or 0x5E377D) is known color: Kingfisher Daisy. HEX triplet: 5E, 37 and 7D. RGB value is (94,55,125). Sum of RGB (Red+Green+Blue) = 94+55+125=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E377D is #A1C882. Grayscale: #4A4A4A. Windows color (decimal): -10602627 or 8206174. OLE color: 8206174.
HSL color Cylindrical-coordinate representation of color #5E377D: hue angle of 273.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E377D is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 55 | 125 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.51 |
| HSL | 273.43º | 0.39% | 0.35% | - |
| HSV(B) | 273.43º | 0.56% | 0.49% | - |
| XYZ | 9.68 | 6.59 | 20.16 | - |
| YUV | 74.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 125 | 0.25 | 0.56 | 0 | 0.51 | 273.43 | 0.39 | 0.35 |
| Hex | 5E | 37 | 7D | 19 | 38 | 0 | 33 | 111 | 27 | 23 |
| Octal | 136 | 67 | 175 | 31 | 70 | 0 | 63 | 421 | 47 | 43 |
| Binary | 1011110 | 110111 | 1111101 | 11001 | 111000 | 0 | 110011 | 100010001 | 100111 | 100011 |
Color Harmonies of #5E377D
Complementary color
Monochromatic Colors of #5E377D
Black with #5E377D
Text Example
Text Example
White with #5E377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E377D; }
p { color: rgb(94,55,125); }
H1.HeaderClassName
{
color: #5E377D;
}
.AnyTagClassName
{
color: #5E377D;
}
</style>
background-color css
<style>
a { background-color: #5E377D; }
a { background-color: rgb(94,55,125); }
div.DivClassName
{
background-color: #5E377D;
}
.BgClassName
{
background-color: #5E377D;
}
</style>
border-color css
<style>
span { border-color: #5E377D; }
span { border-color: rgb(94,55,125); }
td.TdClassName
{
border-color: #5E377D;
}
.TagClassName
{
border-color: #5E377D;
}
</style>