Shades of Siren #5E303D
Tints of Siren #5E303D
RGB
CMYK
RGB Variations
Color information
#5E303D (or 0x5E303D) is known color: Siren. HEX triplet: 5E, 30 and 3D. RGB value is (94,48,61). Sum of RGB (Red+Green+Blue) = 94+48+61=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E303D is #A1CFC2. Grayscale: #3F3F3F. Windows color (decimal): -10604483 or 4010078. OLE color: 4010078.
HSL color Cylindrical-coordinate representation of color #5E303D: hue angle of 343.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E303D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 61 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.63 |
| HSL | 343.04º | 0.32% | 0.28% | - |
| HSV(B) | 343.04º | 0.49% | 0.37% | - |
| XYZ | 6.52 | 4.83 | 5 | - |
| YUV | 63.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 61 | 0 | 0.49 | 0.35 | 0.63 | 343.04 | 0.32 | 0.28 |
| Hex | 5E | 30 | 3D | 0 | 31 | 23 | 3F | 157 | 20 | 1C |
| Octal | 136 | 60 | 75 | 0 | 61 | 43 | 77 | 527 | 40 | 34 |
| Binary | 1011110 | 110000 | 111101 | 0 | 110001 | 100011 | 111111 | 101010111 | 100000 | 11100 |
Color Harmonies of #5E303D
Complementary color
Monochromatic Colors of #5E303D
Black with #5E303D
Text Example
Text Example
White with #5E303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E303D; }
p { color: rgb(94,48,61); }
H1.HeaderClassName
{
color: #5E303D;
}
.AnyTagClassName
{
color: #5E303D;
}
</style>
background-color css
<style>
a { background-color: #5E303D; }
a { background-color: rgb(94,48,61); }
div.DivClassName
{
background-color: #5E303D;
}
.BgClassName
{
background-color: #5E303D;
}
</style>
border-color css
<style>
span { border-color: #5E303D; }
span { border-color: rgb(94,48,61); }
td.TdClassName
{
border-color: #5E303D;
}
.TagClassName
{
border-color: #5E303D;
}
</style>