Html Css Color HEX #3D5B53 Spectra

📋 copy color: '#3D5B53'

red 61 ◦ green 91 ◦ blue 83

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

Shades of Spectra #3D5B53

Tints of Spectra #3D5B53

RGB

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

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

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

R = 25.96%
G = 38.72%
B = 35.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#3D5B53 (or 0x3D5B53) is known color: Spectra. HEX triplet: 3D, 5B and 53. RGB value is (61,91,83). Sum of RGB (Red+Green+Blue) = 61+91+83=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B53 is #C2A4AC. Grayscale: #515151. Windows color (decimal): -12756141 or 5462845. OLE color: 5462845.

HSL color Cylindrical-coordinate representation of color #3D5B53: hue angle of 164º 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 #3D5B53 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 91 83 -
CMYK 0.33 0 0.09 0.64
HSL 164º 0.2% 0.3% -
HSV(B) 164º 0.33% 0.36% -
XYZ 7.23 9.1 9.56 -
YUV 81.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 61 91 83 0.33 0 0.09 0.64 164 0.2 0.3
Hex 3D 5B 53 21 0 9 40 A4 14 1E
Octal 75 133 123 41 0 11 100 244 24 36
Binary 111101 1011011 1010011 100001 0 1001 1000000 10100100 10100 11110

Color Harmonies of #3D5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5B53

Black with #3D5B53

Text Example


Text Example

White with #3D5B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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