Html Css Color HEX #1D534F Dark Slate Grey

📋 copy color: '#1D534F'

red 29 ◦ green 83 ◦ blue 79

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

Shades of Dark Slate Grey #1D534F

Tints of Dark Slate Grey #1D534F

RGB

 RED value IS 29 (11.72% from 255) = 15.18%

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 15.18%
G = 43.46%
B = 41.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#1D534F (or 0x1D534F) is known color: Dark Slate Grey. HEX triplet: 1D, 53 and 4F. RGB value is (29,83,79). Sum of RGB (Red+Green+Blue) = 29+83+79=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #1D534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D534F is #E2ACB0. Grayscale: #424242. Windows color (decimal): -14855345 or 5198621. OLE color: 5198621.

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

Color convert

RGB 29 83 79 -
CMYK 0.65 0 0.05 0.67
HSL 175.56º 0.48% 0.22% -
HSV(B) 175.56º 0.65% 0.33% -
XYZ 5.01 7.01 8.49 -
YUV 66.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 29 83 79 0.65 0 0.05 0.67 175.56 0.48 0.22
Hex 1D 53 4F 41 0 5 43 B0 30 16
Octal 35 123 117 101 0 5 103 260 60 26
Binary 11101 1010011 1001111 1000001 0 101 1000011 10110000 110000 10110

Color Harmonies of #1D534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D534F

Black with #1D534F

Text Example


Text Example

White with #1D534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,83,79); }

 H1.HeaderClassName
 {
   color: #1D534F;
 }
 .AnyTagClassName
 {
   color: #1D534F;
 }
</style>

background-color css

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

 a { background-color: rgb(29,83,79); }

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

border-color css

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

 span { border-color: rgb(29,83,79); }

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