Shades of Siren #5F353D
Tints of Siren #5F353D
RGB
CMYK
RGB Variations
Color information
#5F353D (or 0x5F353D) is known color: Siren. HEX triplet: 5F, 35 and 3D. RGB value is (95,53,61). Sum of RGB (Red+Green+Blue) = 95+53+61=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F353D is #A0CAC2. Grayscale: #424242. Windows color (decimal): -10537667 or 4011359. OLE color: 4011359.
HSL color Cylindrical-coordinate representation of color #5F353D: hue angle of 348.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F353D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 61 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.63 |
| HSL | 348.57º | 0.28% | 0.29% | - |
| HSV(B) | 348.57º | 0.44% | 0.37% | - |
| XYZ | 6.83 | 5.32 | 5.08 | - |
| YUV | 66.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 61 | 0 | 0.44 | 0.36 | 0.63 | 348.57 | 0.28 | 0.29 |
| Hex | 5F | 35 | 3D | 0 | 2C | 24 | 3F | 15D | 1C | 1D |
| Octal | 137 | 65 | 75 | 0 | 54 | 44 | 77 | 535 | 34 | 35 |
| Binary | 1011111 | 110101 | 111101 | 0 | 101100 | 100100 | 111111 | 101011101 | 11100 | 11101 |
Color Harmonies of #5F353D
Complementary color
Monochromatic Colors of #5F353D
Black with #5F353D
Text Example
Text Example
White with #5F353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F353D; }
p { color: rgb(95,53,61); }
H1.HeaderClassName
{
color: #5F353D;
}
.AnyTagClassName
{
color: #5F353D;
}
</style>
background-color css
<style>
a { background-color: #5F353D; }
a { background-color: rgb(95,53,61); }
div.DivClassName
{
background-color: #5F353D;
}
.BgClassName
{
background-color: #5F353D;
}
</style>
border-color css
<style>
span { border-color: #5F353D; }
span { border-color: rgb(95,53,61); }
td.TdClassName
{
border-color: #5F353D;
}
.TagClassName
{
border-color: #5F353D;
}
</style>