Html Css Color HEX #516157 Feldgrau

📋 copy color: '#516157'

red 81 ◦ green 97 ◦ blue 87

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

Shades of Feldgrau #516157

Tints of Feldgrau #516157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 30.57%
G = 36.6%
B = 32.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#516157 (or 0x516157) is known color: Feldgrau. HEX triplet: 51, 61 and 57. RGB value is (81,97,87). Sum of RGB (Red+Green+Blue) = 81+97+87=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #516157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516157 is #AE9EA8. Grayscale: #5B5B5B. Windows color (decimal): -11443881 or 5726545. OLE color: 5726545.

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

Color convert

RGB 81 97 87 -
CMYK 0.16 0 0.10 0.62
HSL 142.5º 0.09% 0.35% -
HSV(B) 142.5º 0.16% 0.38% -
XYZ 9.39 10.99 10.64 -
YUV 91.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 81 97 87 0.16 0 0.10 0.62 142.5 0.09 0.35
Hex 51 61 57 10 0 A 3E 8E 9 23
Octal 121 141 127 20 0 12 76 216 11 43
Binary 1010001 1100001 1010111 10000 0 1010 111110 10001110 1001 100011

Color Harmonies of #516157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516157

Black with #516157

Text Example


Text Example

White with #516157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516157; }

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

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

background-color css

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

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

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

border-color css

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

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

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