Html Css Color HEX #1D5555 Dark Slate Grey

📋 copy color: '#1D5555'

red 29 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate Grey #1D5555

Tints of Dark Slate Grey #1D5555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 14.57%
G = 42.71%
B = 42.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D5555 (or 0x1D5555) is known color: Dark Slate Grey. HEX triplet: 1D, 55 and 55. RGB value is (29,85,85). Sum of RGB (Red+Green+Blue) = 29+85+85=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #1D5555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5555 is #E2AAAA. Grayscale: #444444. Windows color (decimal): -14854827 or 5592349. OLE color: 5592349.

HSL color Cylindrical-coordinate representation of color #1D5555: hue angle of 180º 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 #1D5555 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 85 85 -
CMYK 0.66 0 0 0.67
HSL 180º 0.49% 0.22% -
HSV(B) 180º 0.66% 0.33% -
XYZ 5.39 7.41 9.74 -
YUV 68.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 29 85 85 0.66 0 0 0.67 180 0.49 0.22
Hex 1D 55 55 42 0 0 43 B4 31 16
Octal 35 125 125 102 0 0 103 264 61 26
Binary 11101 1010101 1010101 1000010 0 0 1000011 10110100 110001 10110

Color Harmonies of #1D5555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5555

Black with #1D5555

Text Example


Text Example

White with #1D5555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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