#4D5355

Color #4D5355 Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #4D5355

Tints of Trout #4D5355

Color information

#4D5355 (or 0x4D5355) is unknown color: approx Trout. HEX triplet: 4D, 53 and 55. RGB value is (77,83,85). Sum of RGB (Red+Green+Blue) = 77+83+85=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D5355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5355 is #B2ACAA. Grayscale: #515151. Windows color (decimal): -11709611 or 5591885. OLE color: 5591885.

HSL color Cylindrical-coordinate representation of color #4D5355: hue angle of 195º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D5355 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB778385-
CMYK0.090.0200.67
HSL195º4.94%31.76%-
HSV(B)195º9.41%33.33%-
XYZ7.798.429.81-
YUV81.43130.01124.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=31.43%
G=33.88%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783850.090.0200.671954.9431.76
Hex4D535592043c3520
Octal1151231251120103303540
Binary1001101101001110101011001100100001111000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5355; }

 p { color: rgb(77,83,85); }

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

<style>
 a { background-color: #4D5355; }

 a { background-color: rgb(77,83,85); }

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

<style>
 span { border-color: #4D5355; }

 span { border-color: rgb(77,83,85); }

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