Shades of Dark Slate Grey #1E534E
Tints of Dark Slate Grey #1E534E
RGB
CMYK
RGB Variations
Color information
#1E534E (or 0x1E534E) is known color: Dark Slate Grey. HEX triplet: 1E, 53 and 4E. RGB value is (30,83,78). Sum of RGB (Red+Green+Blue) = 30+83+78=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #1E534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E534E is #E1ACB1. Grayscale: #424242. Windows color (decimal): -14789810 or 5133086. OLE color: 5133086.
HSL color Cylindrical-coordinate representation of color #1E534E: hue angle of 174.34º 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 #1E534E is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 78 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.67 |
| HSL | 174.34º | 0.47% | 0.22% | - |
| HSV(B) | 174.34º | 0.64% | 0.33% | - |
| XYZ | 5 | 7.01 | 8.3 | - |
| YUV | 66.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 78 | 0.64 | 0 | 0.06 | 0.67 | 174.34 | 0.47 | 0.22 |
| Hex | 1E | 53 | 4E | 40 | 0 | 6 | 43 | AE | 2F | 16 |
| Octal | 36 | 123 | 116 | 100 | 0 | 6 | 103 | 256 | 57 | 26 |
| Binary | 11110 | 1010011 | 1001110 | 1000000 | 0 | 110 | 1000011 | 10101110 | 101111 | 10110 |
Color Harmonies of #1E534E
Complementary color
Monochromatic Colors of #1E534E
Black with #1E534E
Text Example
Text Example
White with #1E534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E534E; }
p { color: rgb(30,83,78); }
H1.HeaderClassName
{
color: #1E534E;
}
.AnyTagClassName
{
color: #1E534E;
}
</style>
background-color css
<style>
a { background-color: #1E534E; }
a { background-color: rgb(30,83,78); }
div.DivClassName
{
background-color: #1E534E;
}
.BgClassName
{
background-color: #1E534E;
}
</style>
border-color css
<style>
span { border-color: #1E534E; }
span { border-color: rgb(30,83,78); }
td.TdClassName
{
border-color: #1E534E;
}
.TagClassName
{
border-color: #1E534E;
}
</style>