#4D5257

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

Shades of Trout #4D5257

Tints of Trout #4D5257

Color information

#4D5257 (or 0x4D5257) is unknown color: approx Trout. HEX triplet: 4D, 52 and 57. RGB value is (77,82,87). Sum of RGB (Red+Green+Blue) = 77+82+87=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 87 - color contains mainly: blue. Hex color #4D5257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5257 is #B2ADA8. Grayscale: #515151. Windows color (decimal): -11709865 or 5722701. OLE color: 5722701.

HSL color Cylindrical-coordinate representation of color #4D5257: hue angle of 210º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D5257 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB778287-
CMYK0.110.0600.66
HSL210º6.1%32.16%-
HSV(B)210º11.49%34.12%-
XYZ7.88.310.21-
YUV81.08131.34125.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.30%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=31.30%
G=33.33%
B=35.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7782870.110.0600.662106.132.16
Hex4D5257B6042d2620
Octal1151221271360102322640
Binary10011011010010101011110111100100001011010010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,82,87); }

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

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

 a { background-color: rgb(77,82,87); }

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

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

 span { border-color: rgb(77,82,87); }

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