Shades of Dark Slate Grey #364D50
Tints of Dark Slate Grey #364D50
RGB
CMYK
RGB Variations
Color information
#364D50 (or 0x364D50) is known color: Dark Slate Grey. HEX triplet: 36, 4D and 50. RGB value is (54,77,80). Sum of RGB (Red+Green+Blue) = 54+77+80=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #364D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D50 is #C9B2AF. Grayscale: #464646. Windows color (decimal): -13218480 or 5262646. OLE color: 5262646.
HSL color Cylindrical-coordinate representation of color #364D50: hue angle of 186.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364D50 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 77 | 80 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.69 |
| HSL | 186.92º | 0.19% | 0.26% | - |
| HSV(B) | 186.92º | 0.33% | 0.31% | - |
| XYZ | 5.62 | 6.67 | 8.58 | - |
| YUV | 70.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 80 | 0.33 | 0.04 | 0 | 0.69 | 186.92 | 0.19 | 0.26 |
| Hex | 36 | 4D | 50 | 21 | 4 | 0 | 45 | BB | 13 | 1A |
| Octal | 66 | 115 | 120 | 41 | 4 | 0 | 105 | 273 | 23 | 32 |
| Binary | 110110 | 1001101 | 1010000 | 100001 | 100 | 0 | 1000101 | 10111011 | 10011 | 11010 |
Color Harmonies of #364D50
Complementary color
Monochromatic Colors of #364D50
Black with #364D50
Text Example
Text Example
White with #364D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D50; }
p { color: rgb(54,77,80); }
H1.HeaderClassName
{
color: #364D50;
}
.AnyTagClassName
{
color: #364D50;
}
</style>
background-color css
<style>
a { background-color: #364D50; }
a { background-color: rgb(54,77,80); }
div.DivClassName
{
background-color: #364D50;
}
.BgClassName
{
background-color: #364D50;
}
</style>
border-color css
<style>
span { border-color: #364D50; }
span { border-color: rgb(54,77,80); }
td.TdClassName
{
border-color: #364D50;
}
.TagClassName
{
border-color: #364D50;
}
</style>