Html Css Color HEX #505557 Trout

📋 copy color: '#505557'

red 80 ◦ green 85 ◦ blue 87

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

Shades of Trout #505557

Tints of Trout #505557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 31.75%
G = 33.73%
B = 34.52%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505557 (or 0x505557) is known color: Trout. HEX triplet: 50, 55 and 57. RGB value is (80,85,87). Sum of RGB (Red+Green+Blue) = 80+85+87=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 87 - color contains mainly: blue. Hex color #505557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505557 is #AFAAA8. Grayscale: #535353. Windows color (decimal): -11512489 or 5723472. OLE color: 5723472.

HSL color Cylindrical-coordinate representation of color #505557: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505557 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 85 87 -
CMYK 0.08 0.02 0 0.66
HSL 197.14º 0.04% 0.33% -
HSV(B) 197.14º 0.08% 0.34% -
XYZ 8.28 8.89 10.3 -
YUV 83.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 80 85 87 0.08 0.02 0 0.66 197.14 0.04 0.33
Hex 50 55 57 8 2 0 42 C5 4 21
Octal 120 125 127 10 2 0 102 305 4 41
Binary 1010000 1010101 1010111 1000 10 0 1000010 11000101 100 100001

Color Harmonies of #505557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505557

Black with #505557

Text Example


Text Example

White with #505557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505557; }

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

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

background-color css

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

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

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

border-color css

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

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

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