#1E5552

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

Shades of Dark Slate Grey #1E5552

Tints of Dark Slate Grey #1E5552

Color information

#1E5552 (or 0x1E5552) is unknown color: approx Dark Slate Grey. HEX triplet: 1E, 55 and 52. RGB value is (30,85,82). Sum of RGB (Red+Green+Blue) = 30+85+82=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5552 is #E1AAAD. Grayscale: #444444. Windows color (decimal): -14789294 or 5395742. OLE color: 5395742.

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

Color convert

RGB308582-
CMYK0.6500.040.67
HSL176.73º47.83%22.55%-
HSV(B)176.73º64.71%33.33%-
XYZ5.317.389.13-
YUV68.21135.78100.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=15.23%
G=43.15%
B=41.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085820.6500.040.67176.7347.8322.55
Hex1E5552410443b13017
Octal36125122101041032616027
Binary11110101010110100101000001010010000111011000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5552;
 }
 .AnyTagClassName
 {
   color: #1E5552;
 }
</style>
background-color css

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

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

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

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

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

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