Html Css Color HEX #1D504F Dark Slate Grey

📋 copy color: '#1D504F'

red 29 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate Grey #1D504F

Tints of Dark Slate Grey #1D504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

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

R = 15.43%
G = 42.55%
B = 42.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#1D504F (or 0x1D504F) is known color: Dark Slate Grey. HEX triplet: 1D, 50 and 4F. RGB value is (29,80,79). Sum of RGB (Red+Green+Blue) = 29+80+79=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #1D504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D504F is #E2AFB0. Grayscale: #404040. Windows color (decimal): -14856113 or 5197853. OLE color: 5197853.

HSL color Cylindrical-coordinate representation of color #1D504F: hue angle of 178.82º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D504F is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 80 79 -
CMYK 0.64 0 0.01 0.69
HSL 178.82º 0.47% 0.21% -
HSV(B) 178.82º 0.64% 0.31% -
XYZ 4.79 6.56 8.41 -
YUV 64.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 29 80 79 0.64 0 0.01 0.69 178.82 0.47 0.21
Hex 1D 50 4F 40 0 1 45 B3 2F 15
Octal 35 120 117 100 0 1 105 263 57 25
Binary 11101 1010000 1001111 1000000 0 1 1000101 10110011 101111 10101

Color Harmonies of #1D504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D504F

Black with #1D504F

Text Example


Text Example

White with #1D504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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