Html Css Color HEX #506160 River Bed

📋 copy color: '#506160'

red 80 ◦ green 97 ◦ blue 96

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

Shades of River Bed #506160

Tints of River Bed #506160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 29.3%
G = 35.53%
B = 35.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#506160 (or 0x506160) is known color: River Bed. HEX triplet: 50, 61 and 60. RGB value is (80,97,96). Sum of RGB (Red+Green+Blue) = 80+97+96=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #506160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506160 is #AF9E9F. Grayscale: #5B5B5B. Windows color (decimal): -11509408 or 6316368. OLE color: 6316368.

HSL color Cylindrical-coordinate representation of color #506160: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506160 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 96 -
CMYK 0.18 0 0.01 0.62
HSL 176.47º 0.1% 0.35% -
HSV(B) 176.47º 0.18% 0.38% -
XYZ 9.69 11.1 12.7 -
YUV 91.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 80 97 96 0.18 0 0.01 0.62 176.47 0.1 0.35
Hex 50 61 60 12 0 1 3E B0 A 23
Octal 120 141 140 22 0 1 76 260 12 43
Binary 1010000 1100001 1100000 10010 0 1 111110 10110000 1010 100011

Color Harmonies of #506160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506160

Black with #506160

Text Example


Text Example

White with #506160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506160; }

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

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

background-color css

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

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

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

border-color css

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

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

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