Html Css Color HEX #3D5B56 Dark Slate

📋 copy color: '#3D5B56'

red 61 ◦ green 91 ◦ blue 86

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

Shades of Dark Slate #3D5B56

Tints of Dark Slate #3D5B56

RGB

 RED value IS 61 (24.22% from 255) = 25.63%

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 25.63%
G = 38.24%
B = 36.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#3D5B56 (or 0x3D5B56) is known color: Dark Slate. HEX triplet: 3D, 5B and 56. RGB value is (61,91,86). Sum of RGB (Red+Green+Blue) = 61+91+86=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B56 is #C2A4A9. Grayscale: #515151. Windows color (decimal): -12756138 or 5659453. OLE color: 5659453.

HSL color Cylindrical-coordinate representation of color #3D5B56: hue angle of 170º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D5B56 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 91 86 -
CMYK 0.33 0 0.05 0.64
HSL 170º 0.2% 0.3% -
HSV(B) 170º 0.33% 0.36% -
XYZ 7.35 9.15 10.18 -
YUV 81.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 61 91 86 0.33 0 0.05 0.64 170 0.2 0.3
Hex 3D 5B 56 21 0 5 40 AA 14 1E
Octal 75 133 126 41 0 5 100 252 24 36
Binary 111101 1011011 1010110 100001 0 101 1000000 10101010 10100 11110

Color Harmonies of #3D5B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5B56

Black with #3D5B56

Text Example


Text Example

White with #3D5B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5B56; }

 p { color: rgb(61,91,86); }

 H1.HeaderClassName
 {
   color: #3D5B56;
 }
 .AnyTagClassName
 {
   color: #3D5B56;
 }
</style>

background-color css

<style>
 a { background-color: #3D5B56; }

 a { background-color: rgb(61,91,86); }

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

border-color css

<style>
 span { border-color: #3D5B56; }

 span { border-color: rgb(61,91,86); }

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