Html Css Color HEX #1D524F Dark Slate Grey

📋 copy color: '#1D524F'

red 29 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #1D524F

Tints of Dark Slate Grey #1D524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

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

R = 15.26%
G = 43.16%
B = 41.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#1D524F (or 0x1D524F) is known color: Dark Slate Grey. HEX triplet: 1D, 52 and 4F. RGB value is (29,82,79). Sum of RGB (Red+Green+Blue) = 29+82+79=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #1D524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D524F is #E2ADB0. Grayscale: #414141. Windows color (decimal): -14855601 or 5198365. OLE color: 5198365.

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

Color convert

RGB 29 82 79 -
CMYK 0.65 0 0.04 0.68
HSL 176.6º 0.48% 0.22% -
HSV(B) 176.6º 0.65% 0.32% -
XYZ 4.94 6.86 8.46 -
YUV 65.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 29 82 79 0.65 0 0.04 0.68 176.6 0.48 0.22
Hex 1D 52 4F 41 0 4 44 B1 30 16
Octal 35 122 117 101 0 4 104 261 60 26
Binary 11101 1010010 1001111 1000001 0 100 1000100 10110001 110000 10110

Color Harmonies of #1D524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D524F

Black with #1D524F

Text Example


Text Example

White with #1D524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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