Html Css Color HEX #3D5A54 Dark Slate

📋 copy color: '#3D5A54'

red 61 ◦ green 90 ◦ blue 84

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

Shades of Dark Slate #3D5A54

Tints of Dark Slate #3D5A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 25.96%
G = 38.3%
B = 35.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#3D5A54 (or 0x3D5A54) is known color: Dark Slate. HEX triplet: 3D, 5A and 54. RGB value is (61,90,84). Sum of RGB (Red+Green+Blue) = 61+90+84=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A54 is #C2A5AB. Grayscale: #505050. Windows color (decimal): -12756396 or 5528125. OLE color: 5528125.

HSL color Cylindrical-coordinate representation of color #3D5A54: hue angle of 167.59º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D5A54 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 90 84 -
CMYK 0.32 0 0.07 0.65
HSL 167.59º 0.19% 0.3% -
HSV(B) 167.59º 0.32% 0.35% -
XYZ 7.18 8.94 9.74 -
YUV 80.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 61 90 84 0.32 0 0.07 0.65 167.59 0.19 0.3
Hex 3D 5A 54 20 0 7 41 A8 13 1E
Octal 75 132 124 40 0 7 101 250 23 36
Binary 111101 1011010 1010100 100000 0 111 1000001 10101000 10011 11110

Color Harmonies of #3D5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5A54

Black with #3D5A54

Text Example


Text Example

White with #3D5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,90,84); }

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

background-color css

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

 a { background-color: rgb(61,90,84); }

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

border-color css

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

 span { border-color: rgb(61,90,84); }

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