Html Css Color HEX #516257 Feldgrau

📋 copy color: '#516257'

red 81 ◦ green 98 ◦ blue 87

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

Shades of Feldgrau #516257

Tints of Feldgrau #516257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 87 (34.38% from 255) = 32.71%

R = 30.45%
G = 36.84%
B = 32.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#516257 (or 0x516257) is known color: Feldgrau. HEX triplet: 51, 62 and 57. RGB value is (81,98,87). Sum of RGB (Red+Green+Blue) = 81+98+87=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #516257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516257 is #AE9DA8. Grayscale: #5B5B5B. Windows color (decimal): -11443625 or 5726801. OLE color: 5726801.

HSL color Cylindrical-coordinate representation of color #516257: hue angle of 141.18º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #516257 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 87 -
CMYK 0.17 0 0.11 0.62
HSL 141.18º 0.09% 0.35% -
HSV(B) 141.18º 0.17% 0.38% -
XYZ 9.48 11.17 10.67 -
YUV 91.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 81 98 87 0.17 0 0.11 0.62 141.18 0.09 0.35
Hex 51 62 57 11 0 B 3E 8D 9 23
Octal 121 142 127 21 0 13 76 215 11 43
Binary 1010001 1100010 1010111 10001 0 1011 111110 10001101 1001 100011

Color Harmonies of #516257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516257

Black with #516257

Text Example


Text Example

White with #516257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516257; }

 p { color: rgb(81,98,87); }

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

background-color css

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

 a { background-color: rgb(81,98,87); }

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

border-color css

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

 span { border-color: rgb(81,98,87); }

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