Html Css Color HEX #1E5455 Dark Slate Grey

📋 copy color: '#1E5455'

red 30 ◦ green 84 ◦ blue 85

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

Shades of Dark Slate Grey #1E5455

Tints of Dark Slate Grey #1E5455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 15.08%
G = 42.21%
B = 42.71%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E5455 (or 0x1E5455) is known color: Dark Slate Grey. HEX triplet: 1E, 54 and 55. RGB value is (30,84,85). Sum of RGB (Red+Green+Blue) = 30+84+85=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E5455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5455 is #E1ABAA. Grayscale: #434343. Windows color (decimal): -14789547 or 5592094. OLE color: 5592094.

HSL color Cylindrical-coordinate representation of color #1E5455: hue angle of 181.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5455 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 84 85 -
CMYK 0.65 0.01 0 0.67
HSL 181.09º 0.48% 0.23% -
HSV(B) 181.09º 0.65% 0.33% -
XYZ 5.35 7.27 9.72 -
YUV 67.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 30 84 85 0.65 0.01 0 0.67 181.09 0.48 0.23
Hex 1E 54 55 41 1 0 43 B5 30 17
Octal 36 124 125 101 1 0 103 265 60 27
Binary 11110 1010100 1010101 1000001 1 0 1000011 10110101 110000 10111

Color Harmonies of #1E5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5455

Black with #1E5455

Text Example


Text Example

White with #1E5455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,85); }

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

background-color css

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

 a { background-color: rgb(30,84,85); }

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

border-color css

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

 span { border-color: rgb(30,84,85); }

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