Html Css Color HEX #1E5255 Dark Slate Grey

📋 copy color: '#1E5255'

red 30 ◦ green 82 ◦ blue 85

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

Shades of Dark Slate Grey #1E5255

Tints of Dark Slate Grey #1E5255

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 value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E5255 (or 0x1E5255) is known color: 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

RGB 30 82 85 -
CMYK 0.65 0.04 0 0.67
HSL 183.27º 0.48% 0.23% -
HSV(B) 183.27º 0.65% 0.33% -
XYZ 5.19 6.97 9.67 -
YUV 66.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 30 82 85 0.65 0.04 0 0.67 183.27 0.48 0.23
Hex 1E 52 55 41 4 0 43 B7 30 17
Octal 36 122 125 101 4 0 103 267 60 27
Binary 11110 1010010 1010101 1000001 100 0 1000011 10110111 110000 10111

Color Harmonies of #1E5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5255

Black with #1E5255

Text Example


Text Example

White with #1E5255

Text Example


Text Example

HTML Codes & Css Web 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>