#505B5D

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

Shades of River Bed #505B5D

Tints of River Bed #505B5D

Color information

#505B5D (or 0x505B5D) is unknown color: approx River Bed. HEX triplet: 50, 5B and 5D. RGB value is (80,91,93). Sum of RGB (Red+Green+Blue) = 80+91+93=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #505B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B5D is #AFA4A2. Grayscale: #575757. Windows color (decimal): -11510947 or 6118224. OLE color: 6118224.

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

Color convert

RGB809193-
CMYK0.140.0200.64
HSL189.23º7.51%33.92%-
HSV(B)189.23º13.98%36.47%-
XYZ9.039.9811.81-
YUV87.94130.86122.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=30.30%
G=34.47%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091930.140.0200.64189.237.5133.92
Hex505B5DE2040bd822
Octal12013313516201002751042
Binary10100001011011101110111101001000000101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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