#506462

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

Shades of River Bed #506462

Tints of River Bed #506462

Color information

#506462 (or 0x506462) is unknown color: approx River Bed. HEX triplet: 50, 64 and 62. RGB value is (80,100,98). Sum of RGB (Red+Green+Blue) = 80+100+98=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #506462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506462 is #AF9B9D. Grayscale: #5D5D5D. Windows color (decimal): -11508638 or 6448208. OLE color: 6448208.

HSL color Cylindrical-coordinate representation of color #506462: hue angle of 174º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #506462 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB8010098-
CMYK0.200.020.61
HSL174º11.11%35.29%-
HSV(B)174º20%39.22%-
XYZ10.0711.713.28-
YUV93.79130.37118.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=28.78%
G=35.97%
B=35.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100980.200.020.6117411.1135.29
Hex50646214023Daeb23
Octal1201441422402752561343
Binary10100001100100110001010100010111101101011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506462; }

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

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

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

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

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

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

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

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