Html Css Color HEX #3D5C53 Spectra

📋 copy color: '#3D5C53'

red 61 ◦ green 92 ◦ blue 83

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

Shades of Spectra #3D5C53

Tints of Spectra #3D5C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.98%

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 25.85%
G = 38.98%
B = 35.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#3D5C53 (or 0x3D5C53) is known color: Spectra. HEX triplet: 3D, 5C and 53. RGB value is (61,92,83). Sum of RGB (Red+Green+Blue) = 61+92+83=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C53 is #C2A3AC. Grayscale: #515151. Windows color (decimal): -12755885 or 5463101. OLE color: 5463101.

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

Color convert

RGB 61 92 83 -
CMYK 0.34 0 0.10 0.64
HSL 162.58º 0.2% 0.3% -
HSV(B) 162.58º 0.34% 0.36% -
XYZ 7.31 9.27 9.59 -
YUV 81.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 61 92 83 0.34 0 0.10 0.64 162.58 0.2 0.3
Hex 3D 5C 53 22 0 A 40 A3 14 1E
Octal 75 134 123 42 0 12 100 243 24 36
Binary 111101 1011100 1010011 100010 0 1010 1000000 10100011 10100 11110

Color Harmonies of #3D5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5C53

Black with #3D5C53

Text Example


Text Example

White with #3D5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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