#1E5255

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

Shades of Dark Slate Grey #1E5255

Tints of Dark Slate Grey #1E5255

Color information

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

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

Color convert

RGB308285-
CMYK0.650.0400.67
HSL183.27º47.83%22.55%-
HSV(B)183.27º64.71%33.33%-
XYZ5.196.979.67-
YUV66.79138.27101.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3082850.650.0400.67183.2747.8322.55
Hex1E5255414043b73017
Octal36122125101401032676027
Binary11110101001010101011000001100010000111011011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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