Html Css Color HEX #505A5D Trout

📋 copy color: '#505A5D'

red 80 ◦ green 90 ◦ blue 93

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

Shades of Trout #505A5D

Tints of Trout #505A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 30.42%
G = 34.22%
B = 35.36%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#505A5D (or 0x505A5D) is known color: Trout. HEX triplet: 50, 5A and 5D. RGB value is (80,90,93). Sum of RGB (Red+Green+Blue) = 80+90+93=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #505A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A5D is #AFA5A2. Grayscale: #575757. Windows color (decimal): -11511203 or 6117968. OLE color: 6117968.

HSL color Cylindrical-coordinate representation of color #505A5D: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505A5D is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 90 93 -
CMYK 0.14 0.03 0 0.64
HSL 193.85º 0.08% 0.34% -
HSV(B) 193.85º 0.14% 0.36% -
XYZ 8.94 9.81 11.78 -
YUV 87.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 80 90 93 0.14 0.03 0 0.64 193.85 0.08 0.34
Hex 50 5A 5D E 3 0 40 C2 8 22
Octal 120 132 135 16 3 0 100 302 10 42
Binary 1010000 1011010 1011101 1110 11 0 1000000 11000010 1000 100010

Color Harmonies of #505A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A5D

Black with #505A5D

Text Example


Text Example

White with #505A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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