Html Css Color HEX #505B55 Feldgrau

📋 copy color: '#505B55'

red 80 ◦ green 91 ◦ blue 85

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

Shades of Feldgrau #505B55

Tints of Feldgrau #505B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 31.25%
G = 35.55%
B = 33.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#505B55 (or 0x505B55) is known color: Feldgrau. HEX triplet: 50, 5B and 55. RGB value is (80,91,85). Sum of RGB (Red+Green+Blue) = 80+91+85=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #505B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B55 is #AFA4AA. Grayscale: #575757. Windows color (decimal): -11510955 or 5593936. OLE color: 5593936.

HSL color Cylindrical-coordinate representation of color #505B55: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #505B55 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 85 -
CMYK 0.12 0 0.07 0.64
HSL 147.27º 0.06% 0.34% -
HSV(B) 147.27º 0.12% 0.36% -
XYZ 8.69 9.84 10.04 -
YUV 87.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 80 91 85 0.12 0 0.07 0.64 147.27 0.06 0.34
Hex 50 5B 55 C 0 7 40 93 6 22
Octal 120 133 125 14 0 7 100 223 6 42
Binary 1010000 1011011 1010101 1100 0 111 1000000 10010011 110 100010

Color Harmonies of #505B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B55

Black with #505B55

Text Example


Text Example

White with #505B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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