Shades of Kingfisher Daisy #5E377B
Tints of Kingfisher Daisy #5E377B
RGB
CMYK
RGB Variations
Color information
#5E377B (or 0x5E377B) is known color: Kingfisher Daisy. HEX triplet: 5E, 37 and 7B. RGB value is (94,55,123). Sum of RGB (Red+Green+Blue) = 94+55+123=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E377B is #A1C884. Grayscale: #4A4A4A. Windows color (decimal): -10602629 or 8075102. OLE color: 8075102.
HSL color Cylindrical-coordinate representation of color #5E377B: hue angle of 274.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E377B is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 55 | 123 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.52 |
| HSL | 274.41º | 0.38% | 0.35% | - |
| HSV(B) | 274.41º | 0.55% | 0.48% | - |
| XYZ | 9.56 | 6.54 | 19.5 | - |
| YUV | 74.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 123 | 0.24 | 0.55 | 0 | 0.52 | 274.41 | 0.38 | 0.35 |
| Hex | 5E | 37 | 7B | 18 | 37 | 0 | 34 | 112 | 26 | 23 |
| Octal | 136 | 67 | 173 | 30 | 67 | 0 | 64 | 422 | 46 | 43 |
| Binary | 1011110 | 110111 | 1111011 | 11000 | 110111 | 0 | 110100 | 100010010 | 100110 | 100011 |
Color Harmonies of #5E377B
Complementary color
Monochromatic Colors of #5E377B
Black with #5E377B
Text Example
Text Example
White with #5E377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E377B; }
p { color: rgb(94,55,123); }
H1.HeaderClassName
{
color: #5E377B;
}
.AnyTagClassName
{
color: #5E377B;
}
</style>
background-color css
<style>
a { background-color: #5E377B; }
a { background-color: rgb(94,55,123); }
div.DivClassName
{
background-color: #5E377B;
}
.BgClassName
{
background-color: #5E377B;
}
</style>
border-color css
<style>
span { border-color: #5E377B; }
span { border-color: rgb(94,55,123); }
td.TdClassName
{
border-color: #5E377B;
}
.TagClassName
{
border-color: #5E377B;
}
</style>