Shades of Siren #5F2136
Tints of Siren #5F2136
RGB
CMYK
RGB Variations
Color information
#5F2136 (or 0x5F2136) is known color: Siren. HEX triplet: 5F, 21 and 36. RGB value is (95,33,54). Sum of RGB (Red+Green+Blue) = 95+33+54=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2136 is #A0DEC9. Grayscale: #353535. Windows color (decimal): -10542794 or 3547487. OLE color: 3547487.
HSL color Cylindrical-coordinate representation of color #5F2136: hue angle of 339.68º 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 #5F2136 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 54 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.63 |
| HSL | 339.68º | 0.48% | 0.25% | - |
| HSV(B) | 339.68º | 0.65% | 0.37% | - |
| XYZ | 5.93 | 3.79 | 3.91 | - |
| YUV | 53.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 54 | 0 | 0.65 | 0.43 | 0.63 | 339.68 | 0.48 | 0.25 |
| Hex | 5F | 21 | 36 | 0 | 41 | 2B | 3F | 154 | 30 | 19 |
| Octal | 137 | 41 | 66 | 0 | 101 | 53 | 77 | 524 | 60 | 31 |
| Binary | 1011111 | 100001 | 110110 | 0 | 1000001 | 101011 | 111111 | 101010100 | 110000 | 11001 |
Color Harmonies of #5F2136
Complementary color
Monochromatic Colors of #5F2136
Black with #5F2136
Text Example
Text Example
White with #5F2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2136; }
p { color: rgb(95,33,54); }
H1.HeaderClassName
{
color: #5F2136;
}
.AnyTagClassName
{
color: #5F2136;
}
</style>
background-color css
<style>
a { background-color: #5F2136; }
a { background-color: rgb(95,33,54); }
div.DivClassName
{
background-color: #5F2136;
}
.BgClassName
{
background-color: #5F2136;
}
</style>
border-color css
<style>
span { border-color: #5F2136; }
span { border-color: rgb(95,33,54); }
td.TdClassName
{
border-color: #5F2136;
}
.TagClassName
{
border-color: #5F2136;
}
</style>