Html Css Color HEX #505558 Trout

📋 copy color: '#505558'

red 80 ◦ green 85 ◦ blue 88

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

Shades of Trout #505558

Tints of Trout #505558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 31.62%
G = 33.6%
B = 34.78%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505558 (or 0x505558) is known color: Trout. HEX triplet: 50, 55 and 58. RGB value is (80,85,88). Sum of RGB (Red+Green+Blue) = 80+85+88=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #505558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505558 is #AFAAA7. Grayscale: #535353. Windows color (decimal): -11512488 or 5789008. OLE color: 5789008.

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

Color convert

RGB 80 85 88 -
CMYK 0.09 0.03 0 0.65
HSL 202.5º 0.05% 0.33% -
HSV(B) 202.5º 0.09% 0.35% -
XYZ 8.32 8.91 10.51 -
YUV 83.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 80 85 88 0.09 0.03 0 0.65 202.5 0.05 0.33
Hex 50 55 58 9 3 0 41 CA 5 21
Octal 120 125 130 11 3 0 101 312 5 41
Binary 1010000 1010101 1011000 1001 11 0 1000001 11001010 101 100001

Color Harmonies of #505558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505558

Black with #505558

Text Example


Text Example

White with #505558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505558; }

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

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

background-color css

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

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

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

border-color css

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

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

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