Shades of Siren #5D323E
Tints of Siren #5D323E
RGB
CMYK
RGB Variations
Color information
#5D323E (or 0x5D323E) is known color: Siren. HEX triplet: 5D, 32 and 3E. RGB value is (93,50,62). Sum of RGB (Red+Green+Blue) = 93+50+62=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D323E is #A2CDC1. Grayscale: #404040. Windows color (decimal): -10669506 or 4076125. OLE color: 4076125.
HSL color Cylindrical-coordinate representation of color #5D323E: hue angle of 343.26º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D323E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 50 | 62 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.64 |
| HSL | 343.26º | 0.3% | 0.28% | - |
| HSV(B) | 343.26º | 0.46% | 0.36% | - |
| XYZ | 6.52 | 4.96 | 5.17 | - |
| YUV | 64.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 62 | 0 | 0.46 | 0.33 | 0.64 | 343.26 | 0.3 | 0.28 |
| Hex | 5D | 32 | 3E | 0 | 2E | 21 | 40 | 157 | 1E | 1C |
| Octal | 135 | 62 | 76 | 0 | 56 | 41 | 100 | 527 | 36 | 34 |
| Binary | 1011101 | 110010 | 111110 | 0 | 101110 | 100001 | 1000000 | 101010111 | 11110 | 11100 |
Color Harmonies of #5D323E
Complementary color
Monochromatic Colors of #5D323E
Black with #5D323E
Text Example
Text Example
White with #5D323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D323E; }
p { color: rgb(93,50,62); }
H1.HeaderClassName
{
color: #5D323E;
}
.AnyTagClassName
{
color: #5D323E;
}
</style>
background-color css
<style>
a { background-color: #5D323E; }
a { background-color: rgb(93,50,62); }
div.DivClassName
{
background-color: #5D323E;
}
.BgClassName
{
background-color: #5D323E;
}
</style>
border-color css
<style>
span { border-color: #5D323E; }
span { border-color: rgb(93,50,62); }
td.TdClassName
{
border-color: #5D323E;
}
.TagClassName
{
border-color: #5D323E;
}
</style>