#505652

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

Shades of Feldgrau #505652

Tints of Feldgrau #505652

Color information

#505652 (or 0x505652) is unknown color: approx Feldgrau. HEX triplet: 50, 56 and 52. RGB value is (80,86,82). Sum of RGB (Red+Green+Blue) = 80+86+82=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #505652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505652 is #AFA9AD. Grayscale: #535353. Windows color (decimal): -11512238 or 5396048. OLE color: 5396048.

HSL color Cylindrical-coordinate representation of color #505652: hue angle of 140º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505652 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB808682-
CMYK0.0700.050.66
HSL140º3.61%32.55%-
HSV(B)140º6.98%33.73%-
XYZ8.168.979.28-
YUV83.75127.01125.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=32.26%
G=34.68%
B=33.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086820.0700.050.661403.6132.55
Hex505652705428c421
Octal120126122705102214441
Binary1010000101011010100101110101100001010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505652; }

 p { color: rgb(80,86,82); }

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

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

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

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

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

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

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