Html Css Color HEX #505556 Trout

📋 copy color: '#505556'

red 80 ◦ green 85 ◦ blue 86

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

Shades of Trout #505556

Tints of Trout #505556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 31.87%
G = 33.86%
B = 34.26%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505556 (or 0x505556) is known color: Trout. HEX triplet: 50, 55 and 56. RGB value is (80,85,86). Sum of RGB (Red+Green+Blue) = 80+85+86=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 86 - color contains mainly: blue. Hex color #505556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505556 is #AFAAA9. Grayscale: #535353. Windows color (decimal): -11512490 or 5657936. OLE color: 5657936.

HSL color Cylindrical-coordinate representation of color #505556: hue angle of 190º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505556 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 85 86 -
CMYK 0.07 0.01 0 0.66
HSL 190º 0.04% 0.33% -
HSV(B) 190º 0.07% 0.34% -
XYZ 8.24 8.87 10.08 -
YUV 83.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 80 85 86 0.07 0.01 0 0.66 190 0.04 0.33
Hex 50 55 56 7 1 0 42 BE 4 21
Octal 120 125 126 7 1 0 102 276 4 41
Binary 1010000 1010101 1010110 111 1 0 1000010 10111110 100 100001

Color Harmonies of #505556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505556

Black with #505556

Text Example


Text Example

White with #505556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505556; }

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

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

background-color css

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

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

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

border-color css

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

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

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