Html Css Color HEX #505759 Trout

📋 copy color: '#505759'

red 80 ◦ green 87 ◦ blue 89

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

Shades of Trout #505759

Tints of Trout #505759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 31.25%
G = 33.98%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505759 (or 0x505759) is known color: Trout. HEX triplet: 50, 57 and 59. RGB value is (80,87,89). Sum of RGB (Red+Green+Blue) = 80+87+89=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #505759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505759 is #AFA8A6. Grayscale: #555555. Windows color (decimal): -11511975 or 5855056. OLE color: 5855056.

HSL color Cylindrical-coordinate representation of color #505759: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505759 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 87 89 -
CMYK 0.10 0.02 0 0.65
HSL 193.33º 0.05% 0.33% -
HSV(B) 193.33º 0.1% 0.35% -
XYZ 8.52 9.24 10.79 -
YUV 85.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 80 87 89 0.10 0.02 0 0.65 193.33 0.05 0.33
Hex 50 57 59 A 2 0 41 C1 5 21
Octal 120 127 131 12 2 0 101 301 5 41
Binary 1010000 1010111 1011001 1010 10 0 1000001 11000001 101 100001

Color Harmonies of #505759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505759

Black with #505759

Text Example


Text Example

White with #505759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505759; }

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

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

background-color css

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

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

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

border-color css

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

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

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