#1D5052

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

Shades of Dark Slate Grey #1D5052

Tints of Dark Slate Grey #1D5052

Color information

#1D5052 (or 0x1D5052) is unknown color: approx Dark Slate Grey. HEX triplet: 1D, 50 and 52. RGB value is (29,80,82). Sum of RGB (Red+Green+Blue) = 29+80+82=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5052 is #E2AFAD. Grayscale: #404040. Windows color (decimal): -14856110 or 5394461. OLE color: 5394461.

HSL color Cylindrical-coordinate representation of color #1D5052: hue angle of 182.26º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5052 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB298082-
CMYK0.650.0200.68
HSL182.26º47.75%21.76%-
HSV(B)182.26º64.63%32.16%-
XYZ4.96.619-
YUV64.98137.6102.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.18%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=15.18%
G=41.88%
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.68
SystemRedGreenBlueCMYKHSL
Decimal2980820.650.0200.68182.2647.7521.76
Hex1D5052412044b63016
Octal35120122101201042666026
Binary1110110100001010010100000110010001001011011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,82); }

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

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

 a { background-color: rgb(29,80,82); }

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

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

 span { border-color: rgb(29,80,82); }

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