Html Css Color HEX #505552 Feldgrau

📋 copy color: '#505552'

red 80 ◦ green 85 ◦ blue 82

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

Shades of Feldgrau #505552

Tints of Feldgrau #505552

RGB

 RED value IS 80 (31.64% from 255) = 32.39%

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 32.39%
G = 34.41%
B = 33.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#505552 (or 0x505552) is known color: Feldgrau. HEX triplet: 50, 55 and 52. RGB value is (80,85,82). Sum of RGB (Red+Green+Blue) = 80+85+82=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 85 - color contains mainly: green. Hex color #505552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505552 is #AFAAAD. Grayscale: #535353. Windows color (decimal): -11512494 or 5395792. OLE color: 5395792.

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

Color convert

RGB 80 85 82 -
CMYK 0.06 0 0.04 0.67
HSL 144º 0.03% 0.32% -
HSV(B) 144º 0.06% 0.33% -
XYZ 8.08 8.81 9.26 -
YUV 83.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 80 85 82 0.06 0 0.04 0.67 144 0.03 0.32
Hex 50 55 52 6 0 4 43 90 3 20
Octal 120 125 122 6 0 4 103 220 3 40
Binary 1010000 1010101 1010010 110 0 100 1000011 10010000 11 100000

Color Harmonies of #505552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505552

Black with #505552

Text Example


Text Example

White with #505552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505552; }

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

 H1.HeaderClassName
 {
   color: #505552;
 }
 .AnyTagClassName
 {
   color: #505552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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