Html Css Color HEX #505652 Feldgrau

📋 copy color: '#505652'

red 80 ◦ green 86 ◦ blue 82

#505652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #505652

Tints of Feldgrau #505652

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 value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#505652 (or 0x505652) is known color: 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

RGB 80 86 82 -
CMYK 0.07 0 0.05 0.66
HSL 140º 0.04% 0.33% -
HSV(B) 140º 0.07% 0.34% -
XYZ 8.16 8.97 9.28 -
YUV 83.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 80 86 82 0.07 0 0.05 0.66 140 0.04 0.33
Hex 50 56 52 7 0 5 42 8C 4 21
Octal 120 126 122 7 0 5 102 214 4 41
Binary 1010000 1010110 1010010 111 0 101 1000010 10001100 100 100001

Color Harmonies of #505652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505652

Black with #505652

Text Example


Text Example

White with #505652

Text Example


Text Example

HTML Codes & Css Web 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>