Shades of Siren #5F303E
Tints of Siren #5F303E
RGB
CMYK
RGB Variations
Color information
#5F303E (or 0x5F303E) is known color: Siren. HEX triplet: 5F, 30 and 3E. RGB value is (95,48,62). Sum of RGB (Red+Green+Blue) = 95+48+62=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F303E is #A0CFC1. Grayscale: #3F3F3F. Windows color (decimal): -10538946 or 4075615. OLE color: 4075615.
HSL color Cylindrical-coordinate representation of color #5F303E: hue angle of 342.13º degrees, saturation: 0.33, 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 #5F303E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 48 | 62 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.63 |
| HSL | 342.13º | 0.33% | 0.28% | - |
| HSV(B) | 342.13º | 0.49% | 0.37% | - |
| XYZ | 6.65 | 4.89 | 5.15 | - |
| YUV | 63.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 62 | 0 | 0.49 | 0.35 | 0.63 | 342.13 | 0.33 | 0.28 |
| Hex | 5F | 30 | 3E | 0 | 31 | 23 | 3F | 156 | 21 | 1C |
| Octal | 137 | 60 | 76 | 0 | 61 | 43 | 77 | 526 | 41 | 34 |
| Binary | 1011111 | 110000 | 111110 | 0 | 110001 | 100011 | 111111 | 101010110 | 100001 | 11100 |
Color Harmonies of #5F303E
Complementary color
Monochromatic Colors of #5F303E
Black with #5F303E
Text Example
Text Example
White with #5F303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F303E; }
p { color: rgb(95,48,62); }
H1.HeaderClassName
{
color: #5F303E;
}
.AnyTagClassName
{
color: #5F303E;
}
</style>
background-color css
<style>
a { background-color: #5F303E; }
a { background-color: rgb(95,48,62); }
div.DivClassName
{
background-color: #5F303E;
}
.BgClassName
{
background-color: #5F303E;
}
</style>
border-color css
<style>
span { border-color: #5F303E; }
span { border-color: rgb(95,48,62); }
td.TdClassName
{
border-color: #5F303E;
}
.TagClassName
{
border-color: #5F303E;
}
</style>