Html Css Color HEX #50565A Trout

📋 copy color: '#50565A'

red 80 ◦ green 86 ◦ blue 90

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

Shades of Trout #50565A

Tints of Trout #50565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 31.25%
G = 33.59%
B = 35.16%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50565A (or 0x50565A) is known color: Trout. HEX triplet: 50, 56 and 5A. RGB value is (80,86,90). Sum of RGB (Red+Green+Blue) = 80+86+90=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #50565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50565A is #AFA9A5. Grayscale: #545454. Windows color (decimal): -11512230 or 5920336. OLE color: 5920336.

HSL color Cylindrical-coordinate representation of color #50565A: hue angle of 204º 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 #50565A is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 86 90 -
CMYK 0.11 0.04 0 0.65
HSL 204º 0.06% 0.33% -
HSV(B) 204º 0.11% 0.35% -
XYZ 8.48 9.1 10.98 -
YUV 84.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 80 86 90 0.11 0.04 0 0.65 204 0.06 0.33
Hex 50 56 5A B 4 0 41 CC 6 21
Octal 120 126 132 13 4 0 101 314 6 41
Binary 1010000 1010110 1011010 1011 100 0 1000001 11001100 110 100001

Color Harmonies of #50565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50565A

Black with #50565A

Text Example


Text Example

White with #50565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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