#506162

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

Shades of River Bed #506162

Tints of River Bed #506162

Color information

#506162 (or 0x506162) is unknown color: approx River Bed. HEX triplet: 50, 61 and 62. RGB value is (80,97,98). Sum of RGB (Red+Green+Blue) = 80+97+98=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #506162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506162 is #AF9E9D. Grayscale: #5C5C5C. Windows color (decimal): -11509406 or 6447440. OLE color: 6447440.

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

Color convert

RGB809798-
CMYK0.180.0100.62
HSL183.33º10.11%34.9%-
HSV(B)183.33º18.37%38.43%-
XYZ9.7911.1413.19-
YUV92.03131.37119.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=29.09%
G=35.27%
B=35.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097980.180.0100.62183.3310.1134.9
Hex50616212103Eb7a23
Octal1201411422210762671243
Binary1010000110000111000101001010111110101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506162; }

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

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

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

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

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

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

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

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