Html Css Color HEX #515853 Feldgrau

📋 copy color: '#515853'

red 81 ◦ green 88 ◦ blue 83

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

Shades of Feldgrau #515853

Tints of Feldgrau #515853

RGB

 RED value IS 81 (32.03% from 255) = 32.14%

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

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

R = 32.14%
G = 34.92%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#515853 (or 0x515853) is known color: Feldgrau. HEX triplet: 51, 58 and 53. RGB value is (81,88,83). Sum of RGB (Red+Green+Blue) = 81+88+83=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #515853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515853 is #AEA7AC. Grayscale: #555555. Windows color (decimal): -11446189 or 5462097. OLE color: 5462097.

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

Color convert

RGB 81 88 83 -
CMYK 0.08 0 0.06 0.65
HSL 137.14º 0.04% 0.33% -
HSV(B) 137.14º 0.08% 0.35% -
XYZ 8.44 9.35 9.54 -
YUV 85.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 81 88 83 0.08 0 0.06 0.65 137.14 0.04 0.33
Hex 51 58 53 8 0 6 41 89 4 21
Octal 121 130 123 10 0 6 101 211 4 41
Binary 1010001 1011000 1010011 1000 0 110 1000001 10001001 100 100001

Color Harmonies of #515853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515853

Black with #515853

Text Example


Text Example

White with #515853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515853; }

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

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

background-color css

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

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

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

border-color css

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

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

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