Html Css Color HEX #50585A Trout

📋 copy color: '#50585A'

red 80 ◦ green 88 ◦ blue 90

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

Shades of Trout #50585A

Tints of Trout #50585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

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

R = 31.01%
G = 34.11%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50585A (or 0x50585A) is known color: Trout. HEX triplet: 50, 58 and 5A. RGB value is (80,88,90). Sum of RGB (Red+Green+Blue) = 80+88+90=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #50585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50585A is #AFA7A5. Grayscale: #555555. Windows color (decimal): -11511718 or 5920848. OLE color: 5920848.

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

Color convert

RGB 80 88 90 -
CMYK 0.11 0.02 0 0.65
HSL 192º 0.06% 0.33% -
HSV(B) 192º 0.11% 0.35% -
XYZ 8.64 9.42 11.04 -
YUV 85.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 80 88 90 0.11 0.02 0 0.65 192 0.06 0.33
Hex 50 58 5A B 2 0 41 C0 6 21
Octal 120 130 132 13 2 0 101 300 6 41
Binary 1010000 1011000 1011010 1011 10 0 1000001 11000000 110 100001

Color Harmonies of #50585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50585A

Black with #50585A

Text Example


Text Example

White with #50585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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