Shades of Siren #5E333D
Tints of Siren #5E333D
RGB
CMYK
RGB Variations
Color information
#5E333D (or 0x5E333D) is known color: Siren. HEX triplet: 5E, 33 and 3D. RGB value is (94,51,61). Sum of RGB (Red+Green+Blue) = 94+51+61=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E333D is #A1CCC2. Grayscale: #414141. Windows color (decimal): -10603715 or 4010846. OLE color: 4010846.
HSL color Cylindrical-coordinate representation of color #5E333D: hue angle of 346.05º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E333D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 61 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.63 |
| HSL | 346.05º | 0.3% | 0.28% | - |
| HSV(B) | 346.05º | 0.46% | 0.37% | - |
| XYZ | 6.64 | 5.08 | 5.05 | - |
| YUV | 65 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 61 | 0 | 0.46 | 0.35 | 0.63 | 346.05 | 0.3 | 0.28 |
| Hex | 5E | 33 | 3D | 0 | 2E | 23 | 3F | 15A | 1E | 1C |
| Octal | 136 | 63 | 75 | 0 | 56 | 43 | 77 | 532 | 36 | 34 |
| Binary | 1011110 | 110011 | 111101 | 0 | 101110 | 100011 | 111111 | 101011010 | 11110 | 11100 |
Color Harmonies of #5E333D
Complementary color
Monochromatic Colors of #5E333D
Black with #5E333D
Text Example
Text Example
White with #5E333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E333D; }
p { color: rgb(94,51,61); }
H1.HeaderClassName
{
color: #5E333D;
}
.AnyTagClassName
{
color: #5E333D;
}
</style>
background-color css
<style>
a { background-color: #5E333D; }
a { background-color: rgb(94,51,61); }
div.DivClassName
{
background-color: #5E333D;
}
.BgClassName
{
background-color: #5E333D;
}
</style>
border-color css
<style>
span { border-color: #5E333D; }
span { border-color: rgb(94,51,61); }
td.TdClassName
{
border-color: #5E333D;
}
.TagClassName
{
border-color: #5E333D;
}
</style>