Html Css Color HEX #50575A Trout

📋 copy color: '#50575A'

red 80 ◦ green 87 ◦ blue 90

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

Shades of Trout #50575A

Tints of Trout #50575A

RGB

 RED value IS 80 (31.64% from 255) = 31.13%

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 31.13%
G = 33.85%
B = 35.02%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50575A (or 0x50575A) is known color: Trout. HEX triplet: 50, 57 and 5A. RGB value is (80,87,90). Sum of RGB (Red+Green+Blue) = 80+87+90=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #50575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50575A is #AFA8A5. Grayscale: #555555. Windows color (decimal): -11511974 or 5920592. OLE color: 5920592.

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

Color convert

RGB 80 87 90 -
CMYK 0.11 0.03 0 0.65
HSL 198º 0.06% 0.33% -
HSV(B) 198º 0.11% 0.35% -
XYZ 8.56 9.26 11.01 -
YUV 85.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 80 87 90 0.11 0.03 0 0.65 198 0.06 0.33
Hex 50 57 5A B 3 0 41 C6 6 21
Octal 120 127 132 13 3 0 101 306 6 41
Binary 1010000 1010111 1011010 1011 11 0 1000001 11000110 110 100001

Color Harmonies of #50575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50575A

Black with #50575A

Text Example


Text Example

White with #50575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50575A; }

 p { color: rgb(80,87,90); }

 H1.HeaderClassName
 {
   color: #50575A;
 }
 .AnyTagClassName
 {
   color: #50575A;
 }
</style>

background-color css

<style>
 a { background-color: #50575A; }

 a { background-color: rgb(80,87,90); }

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

border-color css

<style>
 span { border-color: #50575A; }

 span { border-color: rgb(80,87,90); }

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