#50615F

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

Shades of River Bed #50615F

Tints of River Bed #50615F

Color information

#50615F (or 0x50615F) is unknown color: approx River Bed. HEX triplet: 50, 61 and 5F. RGB value is (80,97,95). Sum of RGB (Red+Green+Blue) = 80+97+95=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #50615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615F is #AF9EA0. Grayscale: #5B5B5B. Windows color (decimal): -11509409 or 6250832. OLE color: 6250832.

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

Color convert

RGB809795-
CMYK0.1800.020.62
HSL172.94º9.6%34.71%-
HSV(B)172.94º17.53%38.04%-
XYZ9.6511.0812.46-
YUV91.69129.87119.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=29.41%
G=35.66%
B=34.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097950.1800.020.62172.949.634.71
Hex50615F12023Eada23
Octal1201411372202762551243
Binary10100001100001101111110010010111110101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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