#505752

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

Shades of Feldgrau #505752

Tints of Feldgrau #505752

Color information

#505752 (or 0x505752) is unknown color: approx Feldgrau. HEX triplet: 50, 57 and 52. RGB value is (80,87,82). Sum of RGB (Red+Green+Blue) = 80+87+82=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 87 - color contains mainly: green. Hex color #505752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505752 is #AFA8AD. Grayscale: #545454. Windows color (decimal): -11511982 or 5396304. OLE color: 5396304.

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

Color convert

RGB808782-
CMYK0.0800.060.66
HSL137.14º4.19%32.75%-
HSV(B)137.14º8.05%34.12%-
XYZ8.249.139.31-
YUV84.34126.68124.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=32.13%
G=34.94%
B=32.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087820.0800.060.66137.144.1932.75
Hex5057528064289421
Octal1201271221006102211441
Binary10100001010111101001010000110100001010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505752; }

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

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

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

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

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

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

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

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