Html Css Color HEX #505559 Trout

📋 copy color: '#505559'

red 80 ◦ green 85 ◦ blue 89

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

Shades of Trout #505559

Tints of Trout #505559

RGB

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

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

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

R = 31.5%
G = 33.46%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505559 (or 0x505559) is known color: Trout. HEX triplet: 50, 55 and 59. RGB value is (80,85,89). Sum of RGB (Red+Green+Blue) = 80+85+89=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #505559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505559 is #AFAAA6. Grayscale: #535353. Windows color (decimal): -11512487 or 5854544. OLE color: 5854544.

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

Color convert

RGB 80 85 89 -
CMYK 0.10 0.04 0 0.65
HSL 206.67º 0.05% 0.33% -
HSV(B) 206.67º 0.1% 0.35% -
XYZ 8.36 8.92 10.73 -
YUV 83.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 80 85 89 0.10 0.04 0 0.65 206.67 0.05 0.33
Hex 50 55 59 A 4 0 41 CF 5 21
Octal 120 125 131 12 4 0 101 317 5 41
Binary 1010000 1010101 1011001 1010 100 0 1000001 11001111 101 100001

Color Harmonies of #505559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505559

Black with #505559

Text Example


Text Example

White with #505559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505559; }

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

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

background-color css

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

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

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

border-color css

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

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

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