Html Css Color HEX #1E504D Dark Slate Grey

📋 copy color: '#1E504D'

red 30 ◦ green 80 ◦ blue 77

#1E504D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #1E504D

Tints of Dark Slate Grey #1E504D

RGB

 RED value IS 30 (12.11% from 255) = 16.04%

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 16.04%
G = 42.78%
B = 41.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1E504D (or 0x1E504D) is known color: Dark Slate Grey. HEX triplet: 1E, 50 and 4D. RGB value is (30,80,77). Sum of RGB (Red+Green+Blue) = 30+80+77=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #1E504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E504D is #E1AFB2. Grayscale: #404040. Windows color (decimal): -14790579 or 5066782. OLE color: 5066782.

HSL color Cylindrical-coordinate representation of color #1E504D: hue angle of 176.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E504D is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 80 77 -
CMYK 0.62 0 0.04 0.69
HSL 176.4º 0.45% 0.22% -
HSV(B) 176.4º 0.63% 0.31% -
XYZ 4.74 6.55 8.04 -
YUV 64.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 30 80 77 0.62 0 0.04 0.69 176.4 0.45 0.22
Hex 1E 50 4D 3E 0 4 45 B0 2D 16
Octal 36 120 115 76 0 4 105 260 55 26
Binary 11110 1010000 1001101 111110 0 100 1000101 10110000 101101 10110

Color Harmonies of #1E504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E504D

Black with #1E504D

Text Example


Text Example

White with #1E504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E504D; }

 p { color: rgb(30,80,77); }

 H1.HeaderClassName
 {
   color: #1E504D;
 }
 .AnyTagClassName
 {
   color: #1E504D;
 }
</style>

background-color css

<style>
 a { background-color: #1E504D; }

 a { background-color: rgb(30,80,77); }

 div.DivClassName
 {
   background-color: #1E504D;
 }
 .BgClassName
 {
   background-color: #1E504D;
 }
</style>

border-color css

<style>
 span { border-color: #1E504D; }

 span { border-color: rgb(30,80,77); }

 td.TdClassName
 {
   border-color: #1E504D;
 }
 .TagClassName
 {
   border-color: #1E504D;
 }
</style>