Html Css Color HEX #4D5153 Trout

📋 copy color: '#4D5153'

red 77 ◦ green 81 ◦ blue 83

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

Shades of Trout #4D5153

Tints of Trout #4D5153

RGB

 RED value IS 77 (30.47% from 255) = 31.95%

 GREEN value IS 81 (32.03% from 255) = 33.61%

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

R = 31.95%
G = 33.61%
B = 34.44%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D5153 (or 0x4D5153) is known color: Trout. HEX triplet: 4D, 51 and 53. RGB value is (77,81,83). Sum of RGB (Red+Green+Blue) = 77+81+83=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D5153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5153 is #B2AEAC. Grayscale: #505050. Windows color (decimal): -11710125 or 5460301. OLE color: 5460301.

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

Color convert

RGB 77 81 83 -
CMYK 0.07 0.02 0 0.67
HSL 200º 0.04% 0.31% -
HSV(B) 200º 0.07% 0.33% -
XYZ 7.56 8.09 9.35 -
YUV 80.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 77 81 83 0.07 0.02 0 0.67 200 0.04 0.31
Hex 4D 51 53 7 2 0 43 C8 4 1F
Octal 115 121 123 7 2 0 103 310 4 37
Binary 1001101 1010001 1010011 111 10 0 1000011 11001000 100 11111

Color Harmonies of #4D5153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5153

Black with #4D5153

Text Example


Text Example

White with #4D5153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5153;
 }
 .AnyTagClassName
 {
   color: #4D5153;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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