Html Css Color HEX #1D5355 Dark Slate Grey

📋 copy color: '#1D5355'

red 29 ◦ green 83 ◦ blue 85

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

Shades of Dark Slate Grey #1D5355

Tints of Dark Slate Grey #1D5355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 14.72%
G = 42.13%
B = 43.15%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D5355 (or 0x1D5355) is known color: Dark Slate Grey. HEX triplet: 1D, 53 and 55. RGB value is (29,83,85). Sum of RGB (Red+Green+Blue) = 29+83+85=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 83 (32.81% from 255 or 42.13% 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 #1D5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5355 is #E2ACAA. Grayscale: #434343. Windows color (decimal): -14855339 or 5591837. OLE color: 5591837.

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

Color convert

RGB 29 83 85 -
CMYK 0.66 0.02 0 0.67
HSL 182.14º 0.49% 0.22% -
HSV(B) 182.14º 0.66% 0.33% -
XYZ 5.24 7.1 9.69 -
YUV 67.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 29 83 85 0.66 0.02 0 0.67 182.14 0.49 0.22
Hex 1D 53 55 42 2 0 43 B6 31 16
Octal 35 123 125 102 2 0 103 266 61 26
Binary 11101 1010011 1010101 1000010 10 0 1000011 10110110 110001 10110

Color Harmonies of #1D5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5355

Black with #1D5355

Text Example


Text Example

White with #1D5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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