#505A5B

Color #505A5B River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #505A5B

Tints of River Bed #505A5B

Color information

#505A5B (or 0x505A5B) is unknown color: approx River Bed. HEX triplet: 50, 5A and 5B. RGB value is (80,90,91). Sum of RGB (Red+Green+Blue) = 80+90+91=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #505A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A5B is #AFA5A4. Grayscale: #575757. Windows color (decimal): -11511205 or 5986896. OLE color: 5986896.

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

Color convert

RGB809091-
CMYK0.120.0100.64
HSL185.45º6.43%33.53%-
HSV(B)185.45º12.09%35.69%-
XYZ8.859.7711.32-
YUV87.12130.19122.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=30.65%
G=34.48%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8090910.120.0100.64185.456.4333.53
Hex505A5BC1040b9622
Octal1201321331410100271642
Binary101000010110101011011110010100000010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505A5B;
 }
 .AnyTagClassName
 {
   color: #505A5B;
 }
</style>
background-color css

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

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

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

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

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

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