Html Css Color HEX #3D5A55 Dark Slate

📋 copy color: '#3D5A55'

red 61 ◦ green 90 ◦ blue 85

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

Shades of Dark Slate #3D5A55

Tints of Dark Slate #3D5A55

RGB

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

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

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

R = 25.85%
G = 38.14%
B = 36.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#3D5A55 (or 0x3D5A55) is known color: Dark Slate. HEX triplet: 3D, 5A and 55. RGB value is (61,90,85). Sum of RGB (Red+Green+Blue) = 61+90+85=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A55 is #C2A5AA. Grayscale: #505050. Windows color (decimal): -12756395 or 5593661. OLE color: 5593661.

HSL color Cylindrical-coordinate representation of color #3D5A55: hue angle of 169.66º 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 #3D5A55 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 90 85 -
CMYK 0.32 0 0.06 0.65
HSL 169.66º 0.19% 0.3% -
HSV(B) 169.66º 0.32% 0.35% -
XYZ 7.22 8.96 9.94 -
YUV 80.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 61 90 85 0.32 0 0.06 0.65 169.66 0.19 0.3
Hex 3D 5A 55 20 0 6 41 AA 13 1E
Octal 75 132 125 40 0 6 101 252 23 36
Binary 111101 1011010 1010101 100000 0 110 1000001 10101010 10011 11110

Color Harmonies of #3D5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5A55

Black with #3D5A55

Text Example


Text Example

White with #3D5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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