Shades of Kingfisher Daisy #5E277A
Tints of Kingfisher Daisy #5E277A
RGB
CMYK
RGB Variations
Color information
#5E277A (or 0x5E277A) is known color: Kingfisher Daisy. HEX triplet: 5E, 27 and 7A. RGB value is (94,39,122). Sum of RGB (Red+Green+Blue) = 94+39+122=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E277A is #A1D885. Grayscale: #404040. Windows color (decimal): -10606726 or 8005470. OLE color: 8005470.
HSL color Cylindrical-coordinate representation of color #5E277A: hue angle of 279.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E277A is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 39 | 122 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.52 |
| HSL | 279.76º | 0.52% | 0.32% | - |
| HSV(B) | 279.76º | 0.68% | 0.48% | - |
| XYZ | 8.85 | 5.24 | 18.96 | - |
| YUV | 64.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 122 | 0.23 | 0.68 | 0 | 0.52 | 279.76 | 0.52 | 0.32 |
| Hex | 5E | 27 | 7A | 17 | 44 | 0 | 34 | 118 | 34 | 20 |
| Octal | 136 | 47 | 172 | 27 | 104 | 0 | 64 | 430 | 64 | 40 |
| Binary | 1011110 | 100111 | 1111010 | 10111 | 1000100 | 0 | 110100 | 100011000 | 110100 | 100000 |
Color Harmonies of #5E277A
Complementary color
Monochromatic Colors of #5E277A
Black with #5E277A
Text Example
Text Example
White with #5E277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E277A; }
p { color: rgb(94,39,122); }
H1.HeaderClassName
{
color: #5E277A;
}
.AnyTagClassName
{
color: #5E277A;
}
</style>
background-color css
<style>
a { background-color: #5E277A; }
a { background-color: rgb(94,39,122); }
div.DivClassName
{
background-color: #5E277A;
}
.BgClassName
{
background-color: #5E277A;
}
</style>
border-color css
<style>
span { border-color: #5E277A; }
span { border-color: rgb(94,39,122); }
td.TdClassName
{
border-color: #5E277A;
}
.TagClassName
{
border-color: #5E277A;
}
</style>