#1E5355

Color #1E5355 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #1E5355

Tints of Dark Slate Grey #1E5355

Color information

#1E5355 (or 0x1E5355) is unknown color: approx 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

RGB308385-
CMYK0.650.0200.67
HSL182.18º47.83%22.55%-
HSV(B)182.18º64.71%33.33%-
XYZ5.277.129.69-
YUV67.38137.94101.34-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3083850.650.0200.67182.1847.8322.55
Hex1E5355412043b63017
Octal36123125101201032666027
Binary1111010100111010101100000110010000111011011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>