Shades of Dark Slate Grey #1E5054
Tints of Dark Slate Grey #1E5054
RGB
CMYK
RGB Variations
Color information
#1E5054 (or 0x1E5054) is known color: Dark Slate Grey. HEX triplet: 1E, 50 and 54. RGB value is (30,80,84). Sum of RGB (Red+Green+Blue) = 30+80+84=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5054 is #E1AFAB. Grayscale: #414141. Windows color (decimal): -14790572 or 5525534. OLE color: 5525534.
HSL color Cylindrical-coordinate representation of color #1E5054: hue angle of 184.44º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E5054 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 80 | 84 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.67 |
| HSL | 184.44º | 0.47% | 0.22% | - |
| HSV(B) | 184.44º | 0.64% | 0.33% | - |
| XYZ | 5 | 6.65 | 9.41 | - |
| YUV | 65.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 84 | 0.64 | 0.05 | 0 | 0.67 | 184.44 | 0.47 | 0.22 |
| Hex | 1E | 50 | 54 | 40 | 5 | 0 | 43 | B8 | 2F | 16 |
| Octal | 36 | 120 | 124 | 100 | 5 | 0 | 103 | 270 | 57 | 26 |
| Binary | 11110 | 1010000 | 1010100 | 1000000 | 101 | 0 | 1000011 | 10111000 | 101111 | 10110 |
Color Harmonies of #1E5054
Complementary color
Monochromatic Colors of #1E5054
Black with #1E5054
Text Example
Text Example
White with #1E5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5054; }
p { color: rgb(30,80,84); }
H1.HeaderClassName
{
color: #1E5054;
}
.AnyTagClassName
{
color: #1E5054;
}
</style>
background-color css
<style>
a { background-color: #1E5054; }
a { background-color: rgb(30,80,84); }
div.DivClassName
{
background-color: #1E5054;
}
.BgClassName
{
background-color: #1E5054;
}
</style>
border-color css
<style>
span { border-color: #1E5054; }
span { border-color: rgb(30,80,84); }
td.TdClassName
{
border-color: #1E5054;
}
.TagClassName
{
border-color: #1E5054;
}
</style>