Html Css Color HEX #506161 River Bed

📋 copy color: '#506161'

red 80 ◦ green 97 ◦ blue 97

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

Shades of River Bed #506161

Tints of River Bed #506161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 29.2%
G = 35.4%
B = 35.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#506161 (or 0x506161) is known color: River Bed. HEX triplet: 50, 61 and 61. RGB value is (80,97,97). Sum of RGB (Red+Green+Blue) = 80+97+97=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #506161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506161 is #AF9E9E. Grayscale: #5B5B5B. Windows color (decimal): -11509407 or 6381904. OLE color: 6381904.

HSL color Cylindrical-coordinate representation of color #506161: hue angle of 180º 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 #506161 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 97 -
CMYK 0.18 0 0 0.62
HSL 180º 0.1% 0.35% -
HSV(B) 180º 0.18% 0.38% -
XYZ 9.74 11.12 12.94 -
YUV 91.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 80 97 97 0.18 0 0 0.62 180 0.1 0.35
Hex 50 61 61 12 0 0 3E B4 A 23
Octal 120 141 141 22 0 0 76 264 12 43
Binary 1010000 1100001 1100001 10010 0 0 111110 10110100 1010 100011

Color Harmonies of #506161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506161

Black with #506161

Text Example


Text Example

White with #506161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506161; }

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

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

background-color css

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

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

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

border-color css

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

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

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