#4D555A

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

Shades of Trout #4D555A

Tints of Trout #4D555A

Color information

#4D555A (or 0x4D555A) is unknown color: approx Trout. HEX triplet: 4D, 55 and 5A. RGB value is (77,85,90). Sum of RGB (Red+Green+Blue) = 77+85+90=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D555A is #B2AAA5. Grayscale: #535353. Windows color (decimal): -11709094 or 5920077. OLE color: 5920077.

HSL color Cylindrical-coordinate representation of color #4D555A: hue angle of 203.08º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D555A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB778590-
CMYK0.140.0600.65
HSL203.08º7.78%32.75%-
HSV(B)203.08º14.44%35.29%-
XYZ8.158.8110.94-
YUV83.18131.85123.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=30.56%
G=33.73%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7785900.140.0600.65203.087.7832.75
Hex4D555AE6041cb821
Octal11512513216601013131041
Binary100110110101011011010111011001000001110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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