Shades of Siren #5D303E
Tints of Siren #5D303E
RGB
CMYK
RGB Variations
Color information
#5D303E (or 0x5D303E) is known color: Siren. HEX triplet: 5D, 30 and 3E. RGB value is (93,48,62). Sum of RGB (Red+Green+Blue) = 93+48+62=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D303E is #A2CFC1. Grayscale: #3F3F3F. Windows color (decimal): -10670018 or 4075613. OLE color: 4075613.
HSL color Cylindrical-coordinate representation of color #5D303E: hue angle of 341.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D303E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 62 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.64 |
| HSL | 341.33º | 0.32% | 0.28% | - |
| HSV(B) | 341.33º | 0.48% | 0.36% | - |
| XYZ | 6.44 | 4.79 | 5.14 | - |
| YUV | 63.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 62 | 0 | 0.48 | 0.33 | 0.64 | 341.33 | 0.32 | 0.28 |
| Hex | 5D | 30 | 3E | 0 | 30 | 21 | 40 | 155 | 20 | 1C |
| Octal | 135 | 60 | 76 | 0 | 60 | 41 | 100 | 525 | 40 | 34 |
| Binary | 1011101 | 110000 | 111110 | 0 | 110000 | 100001 | 1000000 | 101010101 | 100000 | 11100 |
Color Harmonies of #5D303E
Complementary color
Monochromatic Colors of #5D303E
Black with #5D303E
Text Example
Text Example
White with #5D303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D303E; }
p { color: rgb(93,48,62); }
H1.HeaderClassName
{
color: #5D303E;
}
.AnyTagClassName
{
color: #5D303E;
}
</style>
background-color css
<style>
a { background-color: #5D303E; }
a { background-color: rgb(93,48,62); }
div.DivClassName
{
background-color: #5D303E;
}
.BgClassName
{
background-color: #5D303E;
}
</style>
border-color css
<style>
span { border-color: #5D303E; }
span { border-color: rgb(93,48,62); }
td.TdClassName
{
border-color: #5D303E;
}
.TagClassName
{
border-color: #5D303E;
}
</style>