Html Css Color HEX #4D5355 Trout

📋 copy color: '#4D5355'

red 77 ◦ green 83 ◦ blue 85

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

Shades of Trout #4D5355

Tints of Trout #4D5355

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 value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D5355 (or 0x4D5355) is known color: 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

RGB 77 83 85 -
CMYK 0.09 0.02 0 0.67
HSL 195º 0.05% 0.32% -
HSV(B) 195º 0.09% 0.33% -
XYZ 7.79 8.42 9.81 -
YUV 81.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 77 83 85 0.09 0.02 0 0.67 195 0.05 0.32
Hex 4D 53 55 9 2 0 43 C3 5 20
Octal 115 123 125 11 2 0 103 303 5 40
Binary 1001101 1010011 1010101 1001 10 0 1000011 11000011 101 100000

Color Harmonies of #4D5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5355

Black with #4D5355

Text Example


Text Example

White with #4D5355

Text Example


Text Example

HTML Codes & Css Web 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>