Html Css Color HEX #1E5355 Dark Slate Grey

📋 copy color: '#1E5355'

red 30 ◦ green 83 ◦ blue 85

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

Shades of Dark Slate Grey #1E5355

Tints of Dark Slate Grey #1E5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

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

R = 15.15%
G = 41.92%
B = 42.93%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E5355 (or 0x1E5355) is known color: Dark Slate Grey. HEX triplet: 1E, 53 and 55. RGB value is (30,83,85). Sum of RGB (Red+Green+Blue) = 30+83+85=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5355 is #E1ACAA. Grayscale: #434343. Windows color (decimal): -14789803 or 5591838. OLE color: 5591838.

HSL color Cylindrical-coordinate representation of color #1E5355: hue angle of 182.18º 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 #1E5355 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 83 85 -
CMYK 0.65 0.02 0 0.67
HSL 182.18º 0.48% 0.23% -
HSV(B) 182.18º 0.65% 0.33% -
XYZ 5.27 7.12 9.69 -
YUV 67.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 30 83 85 0.65 0.02 0 0.67 182.18 0.48 0.23
Hex 1E 53 55 41 2 0 43 B6 30 17
Octal 36 123 125 101 2 0 103 266 60 27
Binary 11110 1010011 1010101 1000001 10 0 1000011 10110110 110000 10111

Color Harmonies of #1E5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5355

Black with #1E5355

Text Example


Text Example

White with #1E5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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