#3D5653

Color #3D5653 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #3D5653

Tints of Dark Slate #3D5653

Color information

#3D5653 (or 0x3D5653) is unknown color: approx Dark Slate. HEX triplet: 3D, 56 and 53. RGB value is (61,86,83). Sum of RGB (Red+Green+Blue) = 61+86+83=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5653 is #C2A9AC. Grayscale: #4E4E4E. Windows color (decimal): -12757421 or 5461565. OLE color: 5461565.

HSL color Cylindrical-coordinate representation of color #3D5653: hue angle of 172.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5653 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB618683-
CMYK0.2900.030.66
HSL172.8º17.01%28.82%-
HSV(B)172.8º29.07%33.73%-
XYZ6.818.279.42-
YUV78.18130.72115.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=26.52%
G=37.39%
B=36.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186830.2900.030.66172.817.0128.82
Hex3D56531D0342ad111d
Octal7512612335031022552135
Binary11110110101101010011111010111000010101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D5653;
 }
 .AnyTagClassName
 {
   color: #3D5653;
 }
</style>
background-color css

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

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

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

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

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

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