Html Css Color HEX #506163 River Bed

📋 copy color: '#506163'

red 80 ◦ green 97 ◦ blue 99

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

Shades of River Bed #506163

Tints of River Bed #506163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 28.99%
G = 35.14%
B = 35.87%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#506163 (or 0x506163) is known color: River Bed. HEX triplet: 50, 61 and 63. RGB value is (80,97,99). Sum of RGB (Red+Green+Blue) = 80+97+99=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #506163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506163 is #AF9E9C. Grayscale: #5C5C5C. Windows color (decimal): -11509405 or 6512976. OLE color: 6512976.

HSL color Cylindrical-coordinate representation of color #506163: hue angle of 186.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506163 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 97 99 -
CMYK 0.19 0.02 0 0.61
HSL 186.32º 0.11% 0.35% -
HSV(B) 186.32º 0.19% 0.39% -
XYZ 9.84 11.16 13.44 -
YUV 92.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 80 97 99 0.19 0.02 0 0.61 186.32 0.11 0.35
Hex 50 61 63 13 2 0 3D BA B 23
Octal 120 141 143 23 2 0 75 272 13 43
Binary 1010000 1100001 1100011 10011 10 0 111101 10111010 1011 100011

Color Harmonies of #506163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506163

Black with #506163

Text Example


Text Example

White with #506163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506163; }

 p { color: rgb(80,97,99); }

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

background-color css

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

 a { background-color: rgb(80,97,99); }

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

border-color css

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

 span { border-color: rgb(80,97,99); }

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