Html Css Color HEX #505853 Feldgrau

📋 copy color: '#505853'

red 80 ◦ green 88 ◦ blue 83

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

Shades of Feldgrau #505853

Tints of Feldgrau #505853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 31.87%
G = 35.06%
B = 33.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#505853 (or 0x505853) is known color: Feldgrau. HEX triplet: 50, 58 and 53. RGB value is (80,88,83). Sum of RGB (Red+Green+Blue) = 80+88+83=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #505853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505853 is #AFA7AC. Grayscale: #555555. Windows color (decimal): -11511725 or 5462096. OLE color: 5462096.

HSL color Cylindrical-coordinate representation of color #505853: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505853 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 83 -
CMYK 0.09 0 0.06 0.65
HSL 142.5º 0.05% 0.33% -
HSV(B) 142.5º 0.09% 0.35% -
XYZ 8.36 9.31 9.54 -
YUV 85.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 80 88 83 0.09 0 0.06 0.65 142.5 0.05 0.33
Hex 50 58 53 9 0 6 41 8E 5 21
Octal 120 130 123 11 0 6 101 216 5 41
Binary 1010000 1011000 1010011 1001 0 110 1000001 10001110 101 100001

Color Harmonies of #505853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505853

Black with #505853

Text Example


Text Example

White with #505853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505853; }

 p { color: rgb(80,88,83); }

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

background-color css

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

 a { background-color: rgb(80,88,83); }

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

border-color css

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

 span { border-color: rgb(80,88,83); }

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