Html Css Color HEX #50605F River Bed

📋 copy color: '#50605F'

red 80 ◦ green 96 ◦ blue 95

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

Shades of River Bed #50605F

Tints of River Bed #50605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 29.52%
G = 35.42%
B = 35.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#50605F (or 0x50605F) is known color: River Bed. HEX triplet: 50, 60 and 5F. RGB value is (80,96,95). Sum of RGB (Red+Green+Blue) = 80+96+95=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #50605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605F is #AF9FA0. Grayscale: #5B5B5B. Windows color (decimal): -11509665 or 6250576. OLE color: 6250576.

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

Color convert

RGB 80 96 95 -
CMYK 0.17 0 0.01 0.62
HSL 176.25º 0.09% 0.35% -
HSV(B) 176.25º 0.17% 0.38% -
XYZ 9.56 10.9 12.43 -
YUV 91.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 80 96 95 0.17 0 0.01 0.62 176.25 0.09 0.35
Hex 50 60 5F 11 0 1 3E B0 9 23
Octal 120 140 137 21 0 1 76 260 11 43
Binary 1010000 1100000 1011111 10001 0 1 111110 10110000 1001 100011

Color Harmonies of #50605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50605F

Black with #50605F

Text Example


Text Example

White with #50605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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