Shades of Siren #5E2139
Tints of Siren #5E2139
RGB
CMYK
RGB Variations
Color information
#5E2139 (or 0x5E2139) is known color: Siren. HEX triplet: 5E, 21 and 39. RGB value is (94,33,57). Sum of RGB (Red+Green+Blue) = 94+33+57=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2139 is #A1DEC6. Grayscale: #353535. Windows color (decimal): -10608327 or 3744094. OLE color: 3744094.
HSL color Cylindrical-coordinate representation of color #5E2139: hue angle of 336.39º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2139 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 57 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.63 |
| HSL | 336.39º | 0.48% | 0.25% | - |
| HSV(B) | 336.39º | 0.65% | 0.37% | - |
| XYZ | 5.9 | 3.76 | 4.29 | - |
| YUV | 53.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 57 | 0 | 0.65 | 0.39 | 0.63 | 336.39 | 0.48 | 0.25 |
| Hex | 5E | 21 | 39 | 0 | 41 | 27 | 3F | 150 | 30 | 19 |
| Octal | 136 | 41 | 71 | 0 | 101 | 47 | 77 | 520 | 60 | 31 |
| Binary | 1011110 | 100001 | 111001 | 0 | 1000001 | 100111 | 111111 | 101010000 | 110000 | 11001 |
Color Harmonies of #5E2139
Complementary color
Monochromatic Colors of #5E2139
Black with #5E2139
Text Example
Text Example
White with #5E2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2139; }
p { color: rgb(94,33,57); }
H1.HeaderClassName
{
color: #5E2139;
}
.AnyTagClassName
{
color: #5E2139;
}
</style>
background-color css
<style>
a { background-color: #5E2139; }
a { background-color: rgb(94,33,57); }
div.DivClassName
{
background-color: #5E2139;
}
.BgClassName
{
background-color: #5E2139;
}
</style>
border-color css
<style>
span { border-color: #5E2139; }
span { border-color: rgb(94,33,57); }
td.TdClassName
{
border-color: #5E2139;
}
.TagClassName
{
border-color: #5E2139;
}
</style>